How to choose the level of impact and confidence? Request for definitions of High/Medium/Low criteria #2738
Unanswered
KaifeinDev
asked this question in
Q&A
Replies: 1 comment
|
Here's how Slither defines the levels in practice: Impact
Confidence
Slither doesn't combine them into a single score internally — it just surfaces both so you can triage. In practice, For writing custom detectors, the detector API docs have the canonical definitions with examples. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Slither documentation and detectors use impact (High/Medium/Low/Informational) and confidence (High/Medium/Low) to classify findings. However, I couldn’t find formal definitions for what qualifies each level.
All reactions