This view is available with Lacework data share v.2 or v.3.
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 the information about the package name, version and namespace that contains 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. |