{{ year_grouped_advisories.year }}
-
{% for advisory in year_grouped_advisories.advisories %}
-
{% if advisory.metadata.yanked %}
{{ advisory.id() }}
(yanked advisory) {% else %}{{ advisory.id() }}: {% match advisory.metadata.informational %} {% when Some with (informational) %} {% if informational.to_string() == "unsound" %} Unsoundness in {{ advisory.metadata.package }} {% else %} {{ advisory.metadata.package }} is {{ informational.to_string() }} {% endif %} {% when None %} Vulnerability in {{ advisory.metadata.package }} {% endmatch %}
{{ advisory.title() }} {% endif %}
{% endfor %}
{{ year_grouped_advisories.year }}
| ID | Type | Issued | Package | Title |
|---|---|---|---|---|
|
{{
advisory.id() }}
{% if advisory.metadata.yanked %}
(yanked advisory) {% endif %} |
{% match advisory.metadata.informational %} {% when Some with (informational) %} {{ informational.to_string() | capitalize }} {% when None %} Vulnerable {% endmatch %} | {{ advisory.metadata.package }} | {{ advisory.title() }} |