{% extends "templates/one-column.html" %} {% set search = request.args.get('release') or request.args.get('details') %} {% block title %}Security notices{% endblock %} {% block content %}
{% if search %}

Ubuntu Security Notices - Search Results

{% else %}

Ubuntu Security Notices

{% endif %}
{% if not search %}

Developers issue an Ubuntu Security Notice when a security issue is fixed in an official Ubuntu package.

To report a security vulnerability in an Ubuntu package, please contact the Security Team.

The Security Team also produces OVAL files for each Ubuntu release. These are an industry-standard machine-readable format dataset that contain details of all known security vulnerabilities and fixes relevant to the Ubuntu release, and can be used to determine whether a particular patch is appropriate. OVAL files can also be used to audit a system to check whether the latest security fixes have been applied.

{% endif %}
{% if not search %}

Search

{% endif %}
{% if search and notices %}

{{ page_first_result }} - {{ page_last_result }} of {{ total_results }} results


{% endif %}
{% if not search %}

Latest Notices

{% endif %} {% if notices %} {% for notice in notices %} {% include "security/_notice-brief.html" %} {% endfor %} {% else %}

No notices found

{% endif %}
{% if not search %}
{% include "security/_subscribe.html" %}
{% endif %}
{% with total_pages = total_pages, current_page=current_page, offset=offset %} {% include "shared/_pagination.html" %} {% endwith %} {% if not search %}
{% include "security/_subscribe.html" %}
{% endif %}
{% with first_item="_security_discussion", second_item="_security_esm", third_item="_security_further_reading" %} {% include "shared/contextual_footers/_contextual_footer.html" %} {% endwith %} {% endblock %}