Skip to content

Commit

Permalink
remove readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arlosiggio committed Apr 29, 2024
1 parent ba51fa1 commit 5e3bacc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions detectors/lazy-values-not-set/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion detectors/lazy-values-not-set/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dylint_linting::impl_late_lint! {
long_message: "When a get is performed, a copy of the value is received; if that copy is modified, the new value must be set afterwards.",
severity: "Critical",
help: "https://coinfabrik.github.io/scout/docs/vulnerabilities/lazy-values-not-set",
vulnerability_class: "Known Bugs",
vulnerability_class: "Best practices",
}
}

Expand Down

0 comments on commit 5e3bacc

Please sign in to comment.