summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2015-05-25 15:46:50 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2015-05-25 15:46:50 +0000
commit16f355a1311d724aaf5f9aacb6fc9134437bde54 (patch)
tree6e97352856f521106886e6a26972ddb7d741d4be /static
parent1d7e7bead5685177d72bcd4fdb5e55603ea2e66a (diff)
Overhaul the source-package page
This commit addresses a long-standing bug where resolved bugs disappear completely. In addition, lts/security archives are no longer shown separately, and no-dsa is marked explicitly. The package vulnerability state is taken from the database, so it is hopefully quite accurate. Remove security_db.DB.getBugsForSourcePackage() and replace it with a global function security_db.getBugsForSourcePackage(). Add additional named tuples BugForSourcePackage, BugForSourcePackageRelease, BugsForSourcePackage_internal. Add yellow CSS style. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34502 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'static')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index c3850a0ab3..fb6d52085d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -202,6 +202,7 @@ label[rel="extra"]:last-child {
}
span.red { color: red; }
+span.yellow { color: #c0c000; }
span.purple { color: purple; }
span.green { color: green; }
span.dangerous { color: orange; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy