You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/triage_findings/findings_workflows/finding_status_definitions.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,3 +89,52 @@ If you have a testing and remediation effort related to a specific aspect of you
89
89
Once you’ve reviewed a Finding, you might discover that the vulnerability reported does not actually exist. The False Positive status will be maintained by reimport and prevent matching findings from being opened or closed, which assists with noise reduction.
90
90
91
91
If a different scanning tool finds a similar Finding, it will not be recorded as a False Positive. DefectDojo can only compare Findings within the same tool to determine if a Finding has already been recorded.
92
+
93
+
## Severity vs Risk
94
+
Severity reflects the technical impact of an issue if exploited. Risk reflects the business urgency and required response, factoring in context such as exposure, exploitability, compensating controls, and operational impact.
95
+
96
+
97
+
## Risk Level Definitions
98
+
### Urgent
99
+
A finding that represents an immediate and unacceptable business risk.
100
+
101
+
High likelihood of exploitation or active exploitation observed
102
+
Direct exposure of critical systems, sensitive data, or customer environments
103
+
Limited or no compensating controls
104
+
Failure to act could result in severe business disruption, regulatory impact, or reputational damage
0 commit comments