{% extends "base.html" %} {% block content %}

New KEV entries

Only the recent additions
{% for row in recent_kev %} {% else %}{% endfor %}
CVEVendorProductEPSSPercentileDate AddedDue
{{ row.cve }} {{ row.vendor }} {{ row.product }} {{ '%.3f'|format(row.epss or 0) }} {{ '%2.0f'|format((row.percentile or 0)*100) }}th {{ row.date_added }} {{ row.due_date or '—' }}
No fresh KEV entries in the last 30 days.
{% endblock %}