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

Daily Diff

Comparing the latest snapshot to the previous one.

New KEV Entries

{% for row in diff.new_kev_entries or [] %} {% else %}{% endfor %}
CVEVendorProductDate Added
{{ row.cve }} {{ row.vendor }} {{ row.product }} {{ row.date_added }}
No new KEV entries.

New High EPSS

{% for row in diff.new_high_epss or [] %} {% else %}{% endfor %}
CVEEPSSPercentile
{{ row.cve }} {{ '%.3f'|format(row.epss or 0) }} {{ '%2.0f'|format((row.percentile or 0)*100) }}th
No new high EPSS items.

Biggest EPSS Movers

{% for row in diff.epss_movers or [] %} {% else %}{% endfor %}
CVEΔ EPSSCurrent
{{ row.cve }} {{ '%.3f'|format(row.delta) }} {{ '%.3f'|format(row.epss or 0) }}
No movers yet.
{% endblock %}