{% extends "page.html" %} {% block ng_directives %}x-ng-app-root="/solr"{% endblock %} {% block rss %}{% endblock %} {% block content_inner %}
Below is a list of already announced CVE vulnerabilities. These are also available as an ATOM feed:
CVE# | Date | Announcement |
---|---|---|
{% if article.cve %}{{ article.cve }}{% endif %} | {{ article.date | strftime("%Y-%m-%d") }} | {{ article.title | regex_replace('^CVE.*?: ', '') }} |
Below is a list of CVE vulnerabilities in Apache Solr dependencies, and the state of their applicability to Solr.
We are currently experimenting with providing this information in a machine-readable VEX format and encourage you to participate.
id | versions | jars | state | detail |
---|---|---|---|---|
{% for id in v.ids %} {% if id.startswith('CVE') %}{{ id }}{% else %}{{ id }}{% endif %} {%- if not loop.last %}, {% endif %} {% endfor %} | {{ v.versions }} | {% for jar in v.jars %} {{ jar }}{% if not loop.last %}, {% endif %} {% endfor %} | {{ v.analysis.state.replace('_', ' ') }} | {{ sub("(https://.*?)([.;]\s)", "\\1\\2", v.analysis.detail) }} |