Version Comparison
Per-project progression of findings across versions; fixed + new counts per pair; component churn; externally-driven CVE changes.
Total Findings
{{ tf.baseline }}
→
{{ tf.current }}
{% if tf.delta > 0 %}+{% endif %}{{ tf.delta }} ({% if tf.delta > 0 %}+{% endif %}{{ tf.pct }}%)
Critical
{{ cf.baseline }}
→
{{ cf.current }}
{% if cf.delta > 0 %}+{% endif %}{{ cf.delta }}
High
{{ hf.baseline }}
→
{{ hf.current }}
{% if hf.delta > 0 %}+{% endif %}{{ hf.delta }}
Components
{{ cp.baseline }}
→
{{ cp.current }}
{% if cp.delta > 0 %}+{% endif %}{{ cp.delta }}
Fixed (latest)
{{ kpi.fixed_count | default(0) }}
New (latest)
{{ kpi.new_count | default(0) }}
{# In fragment mode `
{% include '_action_buttons.html' %}
{% endif %}