{% extends "security/cves/base_cve.html" %} {% block body_class %} is-paper {% endblock body_class %} {% block title %} {% if query or package or component or priority or versions or statuses %} CVE search results {% else %} CVEs {% endif %} {% endblock %} {% block content %}
{% if request.args %}

Search CVE reports

{% include "security/cves/_cve-search.html" %} {% else %}

CVE reports

The Common Vulnerabilities and Exposures (CVE) system is used to identify, define, and catalog publicly disclosed cybersecurity vulnerabilities. Canonical keeps track of all CVEs affecting Ubuntu, and releases a security notice when an issue is fixed.

{% endif %}
{% if request.args %} {% include "security/cves/_cve-search-results.html" %} {% else %} {% include "security/cves/_cve-landing.html" %} {% endif %} {# djlint:off #} {# djlint:off #} {% endblock %}