{% if domain %}{% endif %} Component Impact Report - Finite State Report
{% if logo_path %}
{% else %}
{% endif %}

Component Impact Report

{{ summary.component_name | default('Unknown Component') }} — Blast Radius Analysis
Report: Component Impact | Generated: {{ generated_at }} | Scope: {{ scope_label | default('All Projects') }} {% if summary.component_name %}| Component: {{ summary.component_name }}{% endif %} {% if summary.version_range %}| Version Range: {{ summary.version_range }}{% endif %}
Projects with Component
0 %}style="color: #dc2626;"{% endif %}>{{ summary.projects_with_component | default(0) }}
With Known CVEs
0 %}style="color: #ea580c;"{% endif %}>{{ summary.projects_with_findings | default(0) }}
Total CVE Findings
{{ summary.total_cve_count | default(0) }}
Critical
0 %}style="color: #dc2626;"{% endif %}>{{ summary.critical_count | default(0) }}
High
0 %}style="color: #ea580c;"{% endif %}>{{ summary.high_count | default(0) }}
{% if summary.version_range %}
⚠ Version range filter active: {{ summary.version_range }} — only projects with matching component versions are shown.
{% endif %} {% if locations and locations | length > 0 %}

Portfolio Locations

{{ locations | length }} project(s) contain {{ summary.component_name }}. Projects with known CVE findings are listed first.

{% for loc in locations %} 0 %}style="background:#fff8f8;"{% endif %}> {% endfor %}
Project Detected Version(s) CVE Findings Critical High Top CVE
{{ loc.project_name }} {% if loc.detected_versions %} {{ loc.detected_versions | join(', ') }} {% else %} {% endif %} {% if loc.cve_count > 0 %} {{ loc.cve_count }} {% else %} {% endif %} {% if loc.critical_count > 0 %} {{ loc.critical_count }} {% else %}—{% endif %} {% if loc.high_count > 0 %} {{ loc.high_count }} {% else %}—{% endif %} {% if loc.top_cves %} {% set tc = loc.top_cves[0] %} {{ tc.cve_id | default('') }} {% set sev = tc.severity | default('') | upper %} {{ sev }} {% if loc.top_cves | length > 1 %} +{{ loc.top_cves | length - 1 }} more {% endif %} {% else %} No CVE findings {% endif %}
{% else %}
✓ No projects found containing {{ summary.component_name }}{% if summary.version_range %} in version range {{ summary.version_range }}{% endif %}.
{% endif %}
{% include '_action_buttons.html' %}