Commit Graph

4 Commits

Author SHA1 Message Date
9dcecdff67 Remove dead code 2018-01-26 11:18:39 +01:00
89f7171bfd Fix query for version-specific security support list
When asking for version x, we should still list all versions the patch
in question applies to, not limit it to the current one.
2018-01-26 11:18:02 +01:00
e896caf1d4 Small refectoring
Makes the code easier to use in future feed support
2018-01-26 11:12:04 +01:00
0cb56d9355 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.
2018-01-25 21:59:13 +01:00