From 16f355a1311d724aaf5f9aacb6fc9134437bde54 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 25 May 2015 15:46:50 +0000 Subject: 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 --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') 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; } -- cgit v1.2.3