Skip to content

Commit

Permalink
change detector description
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiazcoaga committed Sep 6, 2024
1 parent 7bd5250 commit f8b2259
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions detectors/token-interface-inference/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dylint_linting::impl_late_lint! {
"",
TokenInterfaceInference::default(),
{
name: "The contract appears to be a Token but does not implement the Token Interface trait.",
long_message: "Implementing the trait can improve the compliance of the token interface.",
severity: "",
help: "",
vulnerability_class: "",
name: "Token Interface Implementation Analyzer",
long_message: "Implementing the Token Interface trait helps to ensure proper compliance of the SEP-41 standard.",
severity: "Enhancement",
help: "https://coinfabrik.github.io/scout-soroban/docs/detectors/token-interface-inference",
vulnerability_class: "Best Practices",
}
}

Expand Down

0 comments on commit f8b2259

Please sign in to comment.