Database:ify the list of security patches
commit0cb56d93554926d087dfb696f608f9b51bfc7cfc
authorMagnus Hagander <magnus@hagander.net>
Thu, 25 Jan 2018 20:59:13 +0000 (25 21:59 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 25 Jan 2018 20:59:13 +0000 (25 21:59 +0100)
tree208b180b049bee4ad4b263faa8ebb677d1a4d9be
parentd0aa8ac11910e7352d83dfe281afebb57cfde554
Database:ify the list of security patches

This finally moves the patches into the db, which makes it a lot easier
to filter patches in the views.

It also adds the new way of categorising patches, which is assigning
them a CVSSv3 score.

For now, there are no public views to this, and the old static pages
remain. This is so we can backfill all existing security patches before
we make it public.
media/css/layout.css
pgweb/core/models.py
pgweb/security/__init__.py [new file with mode: 0644]
pgweb/security/admin.py [new file with mode: 0644]
pgweb/security/migrations/0001_initial.py [new file with mode: 0644]
pgweb/security/migrations/__init__.py [new file with mode: 0644]
pgweb/security/models.py [new file with mode: 0644]
pgweb/security/views.py [new file with mode: 0644]
pgweb/settings.py
templates/security/security.html [new file with mode: 0644]