The Vulnerabilities table provides a consolidated view of all CVE vulnerability issues. Each row represents an issue created when a scanner finding matches a unified policy, linking the vulnerability to a specific CVE identifier, package, file, repository, and the policy that triggered the issue.
The CVE vulnerability issues inventory includes the following SCA attributes. Use the Table Settings Menu to view additional hidden properties.
Vulnerabilities table reference
Visible columns (default)
Column | Description |
|---|---|
Severity | The severity level assigned to the vulnerability: Critical, High, Medium, Low, Informational, or Unknown. Severity is determined by the CVSS score of the CVE and may be overridden by a matched unified policy |
Name | The descriptive name of the vulnerability (such as CVE-2021-44228 detected in log4j-core). The Name column serves as the primary identifier for the issue |
File Path | The path to the dependency manifest file containing the vulnerable package, including the affected line range (such as /app/package.json (15-15)) |
Branch | The repository branch where the vulnerability was detected (such as main) |
Created | The timestamp when the issue was first detected |
Package | The name and version of the vulnerable open-source package (such as log4j-core 2.14.1, lodash 4.17.20) |
Prioritization Labels | Contextual labels that indicate risk-amplifying factors such as EPSS score, KEV status, reachability, deployment status, or application criticality |
Filter and sort the table
Use the filter bar at the top of the Vulnerabilities table to narrow results by any filterable column. Common filtering strategies include:
By severity: Filter to Critical and High severity to focus on the most impactful CVE vulnerabilities
By package: Filter to a specific package name (such as log4j-core) to scope remediation to a single dependency
By branch: Filter to the main or production branch to focus on vulnerabilities that affect production-bound code
By resolution status: Filter to New to identify untriaged CVE vulnerability issues, or to In Progress to monitor active remediation
By KEV status: Filter to True to identify vulnerabilities listed in the CISA Known Exploited Vulnerabilities catalog that require immediate attention
By reachability: Filter to Reachable to focus on vulnerabilities where the vulnerable function is confirmed to be invoked in the application code
By EPSS score: Sort by EPSS score (descending) to prioritize vulnerabilities with the highest probability of active exploitation