summaryrefslogtreecommitdiff
path: root/pgweb/security/admin.py
AgeCommit message (Collapse)Author
2020-08-25Fix cvss links in admin interfaceMagnus Hagander
2019-01-26More generic changes from 2to3Magnus Hagander
2019-01-26Update syntax for relative importsMagnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
In a quest to reach pep8, use spaces to indent rather than tabs.
2018-06-29Remove unused importsMagnus Hagander
2018-01-25Remove references to vector_otherMagnus Hagander
The actual field was already removed, but references in admin.py were accidentally left around. Oops.
2018-01-25Database:ify the list of security patchesMagnus Hagander
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.