{% include '_design_system.html' %}
Per-component CVEs and firmware file paths
Each row is a component in the selected project version, with associated CVE IDs and the firmware file paths where the component was detected.
{% if data %}| Name | Version | CDX Type | Supplier | Findings (C/H/M/L) | policy violations | policy warnings | Licenses | Source | CVEs | Evidence File Paths |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ row['Name'] }} | {{ row['Version'] }} | {{ row.get('CDX Type', '') }} | {{ row.get('Supplier', '') }} | {{ row.get('Findings - critical', 0) }} / {{ row.get('Findings - high', 0) }} / {{ row.get('Findings - medium', 0) }} / {{ row.get('Findings - low', 0) }} | {{ row.get('policy - violations', 0) }} | {{ row.get('policy - warnings', 0) }} | {{ row.get('Licenses - names', '') }} | {{ row.get('Source', '') }} | {{ row.get('CVEs', '') }} | {{ row.get('Evidence File Paths', '') }} |
| Showing 2,000 of {{ data|length }} rows. See CSV/XLSX export for full data. | ||||||||||
No components found
No components matched the selected project version. Confirm --version refers to a version of --project.