summaryrefslogtreecommitdiff
path: root/pgweb/security/struct.py
AgeCommit message (Collapse)Author
2021-04-09Exclude security notices with no CVE from list of CVEs in sitemapMagnus Hagander
Otherwise we're instructing google and others to index pages that don't exist.
2021-03-28Add page with additional details about a CVEJonathan S. Katz
This page contains most information that may be found on 3rd party sites about a particular CVE, but with the benefit of being hosted on the PostgreSQL infrastructure. This does require inserting the CVE description into the website, which will include backporting the CVE descriptions throughout many existing CVEs, but the added benefit is that this information is available when we publish a release, vs. waiting for a 3rd party to publish the info. This patch also adds sitemap indexing for each of the CVE entries, and ensures the top-level CVE URL is in the sitemap.