{%extends "base/page.html"%} {%load pgmarkdown%} {%block title%}CVE-{{ security_patch.cve }}: {{ security_patch.description }}{%endblock%} {%block contents%}
Affected Version | Fixed In | {% if security_patch.newspost %}Fix Published | {% endif %}
---|---|---|
{% if version.version.tree >= 10 %} {{ version.version.tree|floatformat:"0" }} {% else %} {{ version.version.tree }} {% endif %} | {% if version.version.tree >= 10 %} {{ version.version.tree|floatformat:"0" }}.{{ version.fixed_minor }} {% else %} {{ version.version.tree }}.{{ version.fixed_minor }} {% endif %} | {% if security_patch.newspost %}{{ security_patch.newspost.date }} | {% endif %}
For more information about PostgreSQL versioning, please visit the versioning page.
{% if security_patch.cvssscore >= 0 %}Overall Score | {{ security_patch.cvssscore }} |
---|---|
Component | {{ security_patch.component }} |
Vector | {{ security_patch.cvssvector }} |
If you wish to report a new security vulnerability in PostgreSQL, please send an email to security@postgresql.org.
For reporting non-security bugs, please see the Report a Bug page.
{%endblock%}