CVE / threat items pulled from the configured feeds. Read-only context — these are not findings. Most recent {{ items|length }} shown.
| CVE | Severity | CVSS | Title | Source | Published (feed) | Fetched |
|---|---|---|---|---|---|---|
| {% if i.link and (i.link.startswith('https://') or i.link.startswith('http://')) %}{{ i.cve_id or '—' }}{% else %}{{ i.cve_id or '—' }}{% endif %} | {# nosemgrep — scheme restricted to http(s) above #}{% if i.severity %}{{ i.severity }}{% else %}—{% endif %} | {{ '%.1f'|format(i.cvss) if i.cvss is not none else '—' }} | {{ i.title }} | {% set src = feeds_by_id.get(i.source_feed_id) %}{% if src %}{{ src.name }}{% else %}{{ i.source_feed_id }}{% endif %} | {{ i.published }} | {{ i.fetched_at|localtime }} |