{% include "security/cves/_cve-filters-sidenav.html" %}
{% if total_results > 0 %}

{% if total_results > 1 %} {{ offset + 1 }} – {% if offset + limit > total_results %} {{ total_results }} {% else %} {{ offset + limit }} {% endif %} of {% endif %} {# djlint:off #} {{ total_results }} result{% if total_results != 1 %}s{% endif %} {# djlint:on #}

{% if versions %}

Status is adjusted based on your filters.

{% endif %} {% with cves = cves %} {% include "security/cves/_cve-card.html" %} {% endwith %}
{% include "security/cves/_pagination.html" %}
{% else %}

0 results

There is no CVE that matches that search.

Try another search, clear all filters, or see the full list of CVEs

{% endif %}