Runtime package prioritization identifies which packages in a container image are used at runtime, so you can prioritize vulnerabilities in code that runs over vulnerabilities in packages that are installed but never executed.
When enabled, the Agent uses eBPF to observe file access on your workloads and adds these signals to vulnerability findings for that image:
Signal
What it tells you
Package is running
The package’s files were observed being accessed by a running process.
Accessed by root process
The package was accessed by a process running as root (UID 0).
SUID binary present
The package contains a binary with the SUID bit set, which can enable privilege escalation.
Applies to operating system packages in container image vulnerability findings
Note: Use Datadog Agent 7.79.0 or later. Earlier Agent versions enable this feature through Workload Protection and can affect its usage. From 7.79.0, runtime package prioritization runs independently and does not affect its usage.
Add DD_SBOM_ENRICHMENT_USAGE_ENABLED=true to your Docker run command:
Note: DD_SBOM_ENRICHMENT_USAGE_ENABLED=true is in Preview and requires Datadog Agent 7.79.0 or later. From 7.79.0, runtime package prioritization runs independently of Workload Protection and does not affect its usage.
1
2
rulesets:- %!s(<nil>) # Rules to enforce .
個別デモのリクエスト
Datadogを開始
Ask AI
AI-generated responses may be inaccurate. Verify important info.