summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2014-08-31 20:53:00 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2014-08-31 20:53:00 +0000
commitf41f1b4e59532deaf0b2170bd5a3c6b3a9248559 (patch)
tree738fd83d12099b8b00159fa7bd13e493c5a2acd2 /lib
parent1af36fb83239808d42226a9b817983a5c6837d8b (diff)
lib/python/security_db.py (DB.getBugsForSourcePackage): Include TEMP- bugs
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28528 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/security_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/security_db.py b/lib/python/security_db.py
index 2d362d239c..ab43b17625 100644
--- a/lib/python/security_db.py
+++ b/lib/python/security_db.py
@@ -1679,7 +1679,7 @@ class DB:
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))

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