[Secure-testing-commits] r28540 - lib/python
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Mon Sep 1 10:40:21 UTC 2014
Author: carnil
Date: 2014-09-01 10:40:21 +0000 (Mon, 01 Sep 2014)
New Revision: 28540
Modified:
lib/python/security_db.py
Log:
lib/python/security_db.py (DB.getBugsForSourcePackage): Include TEMP- bugs
Modified: lib/python/security_db.py
===================================================================
--- lib/python/security_db.py 2014-09-01 10:40:19 UTC (rev 28539)
+++ lib/python/security_db.py 2014-09-01 10:40:21 UTC (rev 28540)
@@ -1679,7 +1679,7 @@
AND sp.subrelease <> 'security' AND sp.subrelease <> 'lts'
AND st.package = sp.rowid
AND bugs.name = st.bug_name
- AND bugs.name LIKE 'CVE-%'
+ AND (bugs.name LIKE 'CVE-%' OR bugs.name LIKE 'TEMP-%')
GROUP BY bugs.name, bugs.description, sp.name)
WHERE vulnerable = ? AND unimportant = ?
ORDER BY name""", (pkg, vulnerable, unimportant))
More information about the Secure-testing-commits
mailing list