{% extends "base.html" %} {% block title %}Analysis Report - Red Hat CVE Checker{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ interpretation.description }}
These are individual OpenShift components extracted from ocp-v4.0-art-dev images,
grouped by namespace for easier remediation targeting.
| Component (Namespace) | Cluster | Findings |
|---|---|---|
| {{ target.name }} | {{ target.cluster|default('-') }} | {{ target.finding_count }} |
| {{ target.name }} | {{ target.cluster|default('-') }} | {{ target.finding_count }} |
| Target | Registry | {% if has_lifecycle %}Product | Status | {% endif %}Findings |
|---|---|---|---|---|
| {{ target.repository|default(target.name) }}{% if target.tag %}:{{ target.tag }}{% endif %} | {{ target.registry|default('-') }} | {% if has_lifecycle %}{% if target.detected_product %} {{ target.detected_product }} {{ target.detected_version }} {% else %}-{% endif %} | {% if target.lifecycle_status == 'full_support' %} Full Support {% elif target.lifecycle_status == 'maintenance' %} Maintenance {% elif target.lifecycle_status == 'extended' %} Extended {% elif target.lifecycle_status == 'end_of_life' %} EOL {% else %} - {% endif %} | {% endif %}{{ target.finding_count }} |
| Severity Mismatches | {{ report.summary.severity_mismatches }} |
| CVSS Score Mismatches | {{ report.summary.cvss_mismatches }} |
| Likely Non-RH Software | {{ report.summary.non_rh_software_likely }} |
| VEX Data Not Found | {{ report.summary.vex_data_not_found }} |
| Non-CVE Findings (GHSA, etc.) | {{ report.summary.non_cve_findings }} |
| CVE ID | Package | Component | Scanner Severity | Red Hat Severity | Remediation | RH Probability | Verdict | Flags |
|---|
Source File: {{ report.filename or 'Unknown' }}
Scanner: {{ report.summary.scanner_name or 'Auto-detected' }}
Analyzed: {{ report.analyzed_at or 'Unknown' }}