Add page with additional details about a CVE
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 21 Mar 2021 18:15:19 +0000 (14:15 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 28 Mar 2021 16:22:24 +0000 (12:22 -0400)
commitcd616da5578780afca4202716eaef898622e93a2
tree16776688996b3148a570518623657f4e6776168e
parent62a686f34de9d286be183d4b93f7d599c934a011
Add page with additional details about a CVE

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.
pgweb/security/migrations/0003_add_security_patch_details.py [new file with mode: 0644]
pgweb/security/models.py
pgweb/security/struct.py [new file with mode: 0644]
pgweb/security/views.py
pgweb/urls.py
templates/security/details.html [new file with mode: 0644]
templates/security/security.html