{% if scan_error %}
{{ scan_error }}
{% elif scan_message %}
{{ scan_message }}
{% endif %} {% if vulns %} {% for vuln in vulns %}
{{ vuln.id }} {{ vuln.severity|upper }}

{{ vuln.summary|truncatechars:100 }}

{% if vuln.package %}
{{ vuln.package }} {% if vuln.fixed_version %} → Fix: {{ vuln.fixed_version }} {% endif %}
{% endif %}
{{ vuln.source }} • {{ vuln.published|default:"Recent" }} {% if vuln.doc_url %} Documentation → {% endif %}
{% endfor %} {% elif not has_projects %}

Threat intelligence is off

NVD and GitHub GHSA advisories for your project dependencies appear here after scans.

{% else %}

No active vulnerabilities

{% endif %}