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
Datadog associates static code and library scan results with relevant services by using the following mechanisms:
343
345
@@ -402,6 +404,43 @@ If no services or teams are found, Datadog uses the `CODEOWNERS` file in your re
402
404
403
405
**Note**: You must accurately map your Git provider teams to your [Datadog teams][16] for this feature to function properly.
404
406
407
+
### Reachability analysis
408
+
409
+
Datadog offers static reachability analysis to help teams assess whether vulnerable code paths in dependencies are referenced within their application code. This capability supports more effective prioritization by identifying vulnerabilities that are statically unreachable and therefore present minimal immediate risk.
410
+
411
+
This functionality is supported only when using the [Datadog SBOM Generator][1] with the `--reachability` flag enabled or when running scans through Datadog-hosted infrastructure.
412
+
413
+
Reachability analysis is available exclusively for Java projects and applies only to a defined set of vetted security advisories. Vulnerabilities not included in this set are excluded from reachability evaluation.
414
+
415
+
#### Supported advisories
416
+
417
+
Static reachability analysis is available for the following advisories:
0 commit comments