| CVE | Component | Severity | Confidence | Signals | Reason / AI Rationale | {% if ai_finding_prompts %}AI Prompt | {% endif %}Action |
|---|---|---|---|---|---|---|---|
| {{ row.cve_id or row.finding_id or '—' }} | {{ row.component_name or '—' }} {{ row.component_version or '' }} | {{ row.severity or 'UNKNOWN' }} | {{ row.fp_confidence or '—' }} | {% if row.fp_signals %} {% for sig in row.fp_signals.split(',') if row.fp_signals is string %} {{ sig.strip() }} {% endfor %} {% if row.fp_signals is not string %} {% for sig in row.fp_signals %} {{ sig }} {% endfor %} {% endif %} {% endif %} |
{{ row.primary_reason or '—' }}
{% if row.ai_rationale %}
AI details
Verdict: {{ row.ai_verdict }}
{{ row.ai_rationale }} |
{% if ai_finding_prompts %}
{% set fid = row.finding_id or row.cve_id %}
{% if fid and fid in ai_finding_prompts %}
View{{ ai_finding_prompts[fid] }}
|
{% endif %}
{{ row.recommended_action or 'Review' }} |
No false positive candidates detected. {% if not summary or summary.ai_detections == 0 %}Try running with --ai for AI-based applicability analysis.{% endif %}
{{ ai_component_results|length }} components analysed. Components marked not_affected have all their findings flagged as likely FP.
| Component | Version | Verdict | Confidence | Rationale | Guidance | {% if ai_component_prompts %}AI Prompt | {% endif %}
|---|---|---|---|---|---|---|
| {{ row.component }} | {{ row.version }} | {{ row.verdict }} | {{ row.confidence }} | {{ row.rationale or '—' }} |
{{ row.guidance or '—' }}
{% if row.fix_version and row.fix_version != 'Unknown' %}
Fix: {{ row.fix_version }} {% endif %} {% if row.workaround %} Workaround: {{ row.workaround }} {% endif %} |
{% if ai_component_prompts %}
{% set comp_key = row.component ~ ' ' ~ row.version %}
{% if comp_key in comp_prompt_map %}
View{{ comp_prompt_map[comp_key] }}
|
{% endif %}
{{ ai_component_prompts|length }} component prompts. Start here — if the LLM says not_affected, all findings on that component are likely FP.
{{ p.prompt }}
| Signal | Count |
|---|---|
| {{ sig }} | {{ count }} |