Number of unique CVEs by severity level across the portfolio
CVEs affecting the most projects
| CVE ID | Severity | CVSS | Projects | KEV | EPSS | Exploits | Components |
|---|---|---|---|---|---|---|---|
| {{ row.get('CVE ID', '') }} | {{ row.get('Severity', '') }} | {{ "%.1f"|format(row.get('CVSS', 0)) }} | {{ row.get('Affected Projects', 0) }} | {% if row.get('KEV') %}KEV{% endif %} | {{ "%.1f"|format(row.get('EPSS Percentile', 0) * 100) }}% | {{ row.get('Exploits', 0) }} | {{ row.get('Components', '')[:60] }}{% if row.get('Components', '')|length > 60 %}...{% endif %} |
No CVE data available.
{% endif %}{{ d.description }}
{% elif d.title %}{{ d.title }}
{% endif %} {% if d.nvd_unavailable %}NVD data was unavailable for this CVE. Description and fix version data may be incomplete. Check NVD directly.
{% endif %}| Source | URL | Description | Maturity | Type |
|---|---|---|---|---|
| {{ exp.source }} | {% if exp.url %}{{ exp.url[:60] }}{% if exp.url|length > 60 %}...{% endif %}{% else %}-{% endif %} | {{ exp.description[:150] }}{% if exp.description|length > 150 %}...{% endif %} | {{ exp.maturity|default('-', true) }} | {{ exp.type|default('-', true) }} |
None known.
{% endif %}{{ d.ai_prompt }}
| Fix Version | {{ d.ai_guidance.fix_version|default('-', true) }} |
| Guidance | {{ d.ai_guidance.guidance|default('-', true) }} |
| Workaround | {{ d.ai_guidance.workaround|default('-', true) }} |
| Code Search | {{ d.ai_guidance.code_search_hints|default('-', true) }} |
| Project Notes | {{ d.ai_guidance.project_notes|default('-', true) }} |
| Confidence | {{ d.ai_guidance.confidence|default('-', true) }} |
| Project | Version | Reachability | Component | Status | Detected |
|---|---|---|---|---|---|
| {% if domain and p.project_id and p.project_version_id and p.finding_internal_id %}{{ p.project_name }}{% elif domain and p.project_id %}{{ p.project_name }}{% else %}{{ p.project_name }}{% endif %} | {% if domain and p.project_id and p.project_version_id %}{{ p.project_version }}{% else %}{{ p.project_version }}{% endif %} | {{ p.reachability_label }} | {% if domain and p.project_id and p.project_version_id and p.component_id %}{{ p.component }}{% else %}{{ p.component }}{% endif %} | {{ p.triage_status|default('-') if p.triage_status else '-' }} | {{ p.detected[:10] if p.detected else '-' }} |
No CVE data available for the selected filters.