Set the title of the vulnerability in the report TBD
Last updated 1 year ago
Was this helpful?
title
fn title(&self) -> String
Definition:
Provides a brief title or headline for the issue that the detector identifies.
Returns:
String: A string representing the title of the issue.
String
fn title(&self) -> String { String::from("Your-finding-title") }