CONTAINER_VULN_DETAILS_V View
This view provides container vulnerability assessment details (such as CVE ID, Image ID, Package info, fix info, etc.) about a discovered vulnerability in an Image within the last 90 days.
Each row contains file information as listed in the columns.
| Column Name | Data Type | Description |
|---|---|---|
| START_TIME | Timestamp | The time and date when the hourly aggregation time period starts. |
| VULN_ID | Text | The vulnerability ID found on a given host. |
| IMAGE_ID | Text | The Lacework-generated image identifier that uniquely identifies the container image. |
| EVAL_CTX | JSON Object | The eval context provides image details such as first boot time, image ID, image created time, and image scan details. |
| FEATURE_KEY | JSON Object | The feature key provides information about the package name, version, and namespace for the vulnerability mentioned in VULN_ID. |
| FEATURE_PROPS | JSON Object | The feature props provide introduced in layer information for the vulnerability mentioned in VULN_ID. |
| SEVERITY | Text | The severity of the vulnerability found. |
| FIX_INFO | JSON Object | The fix info provides details if any fix is available for the detected CVE. |
| STATUS | Text | The vulnerability evaluation status is either GOOD or VULNERABLE. |
| PROPS | JSON Object | The props provides future relevant information about the Image and CVE. |