Available for:
Cloud Security
|
Code Security
|
App and API Protection
|
Workload Protection
Manually adjust the severity of a finding to reflect your organization’s business context, without creating a severity modifier rule.
Supported products
You can manually adjust the severity of findings in the following products:
Permissions
To adjust the severity of findings, you must have the security_monitoring_findings_write or appsec_vm_write permission. See Role Based Access Control for more information about Datadog’s default roles and granular role-based access control permissions.
Adjust the severity of a finding
- Open a finding.
- Click Adjust Severity. The Adjust Severity dialog opens.
- Select the new severity, for example, Critical.
- Enter an optional description.
- Click Adjust Severity.
To automatically adjust the severity of findings that meet certain criteria, see Severity Modifier Rules.
Adjust the severity of multiple findings
To adjust the severity of multiple findings at once:
- In the findings explorer, select up to 50 findings.
- Click Severity. The Adjust Severity dialog opens.
- Select the new severity, for example, Critical.
- Enter an optional description.
- Click Adjust Severity.
Identify modified findings
Findings with a manually adjusted severity display a visual indicator in explorer list views and in the finding’s side panel header. Hover over the indicator to see who adjusted the severity and any description they entered.
For findings that have a CVSS score (Container Image Vulnerability, Host Vulnerability, Library Vulnerability, and Runtime Code Vulnerability), the side panel severity section also includes a breakdown showing:
- The original severity level, CVSS score, and CVSS vector before adjustment.
- The name of the user who made the adjustment, and any description entered.
- The resulting severity level and adjusted CVSS score.
Vulnerability findings and CVSS scores
For vulnerability findings that have a Datadog-adjusted CVSS score, manually adjusting the severity also updates the adjusted score stored in @severity_details.user_adjusted. The updated score is set to approximately the midpoint of the target severity’s CVSS v3 range:
| Target severity | CVSS v3 range |
|---|
| None | 0.0 |
| Low | 0.1–3.9 |
| Medium | 4.0–6.9 |
| High | 7.0–8.9 |
| Critical | 9.0–10.0 |
The original CVSS vector is never modified. No synthetic vector is generated to match the adjusted score.
Further reading
Additional helpful documentation, links, and articles: