title
fn title(&self) -> String
Provides a brief title or headline for the issue that the detector identifies.
Returns:
String
: A string representing the title of the issue.
Example:
fn title(&self) -> String { String::from("Your-finding-title") }