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