{% extends "base.html" %} {% block title %}{{ vulnerability.cve_id or vulnerability.package }} — secfoo{% endblock %} {% block content %} ← Back to SCA Reachability
{{ vulnerability.package }}
{{ vulnerability.package }}@{{ vulnerability.version }} {% if vulnerability.ecosystem_raw %} · {{ vulnerability.ecosystem_raw }}{% endif %}
{% if not vulnerability.cve_id %}{{ vulnerability.llm_cve_text }} (unconfirmed).
{% endif %}
{{ vulnerability.osv_summary }}
{% if vulnerability.osv_published %}Published {{ vulnerability.osv_published }} (via OSV.dev)
{% endif %} {% else %}{{ vulnerability.issue }}
{% endif %}Reachability evidence
{{ vulnerability.reachability_evidence }}
{% endif %} {% if vulnerability.recommendation %}Recommendation
{{ vulnerability.recommendation }}
{% endif %}| Project | Severity | Reachability | Fixed in |
|---|---|---|---|
| {{ p.project_display_name }} | {{ p.severity }} | {{ p.reachability }} | {{ p.fixed_in }} |
Fixed in: {{ vulnerability.fixed_in }}
{% else %}