[Secure-testing-commits] r28535 - lib/python

Salvatore Bonaccorso carnil at moszumanska.debian.org
Mon Sep 1 05:06:03 UTC 2014


Author: carnil
Date: 2014-09-01 05:06:03 +0000 (Mon, 01 Sep 2014)
New Revision: 28535

Modified:
   lib/python/security_db.py
Log:
Revert "lib/python/security_db.py (DB.getBugsForSourcePackage): Include TEMP- bugs"

This reverts commit 1a1facc4c01ec7243407c9279afb6410d4f86e5e.

Modified: lib/python/security_db.py
===================================================================
--- lib/python/security_db.py	2014-09-01 05:05:49 UTC (rev 28534)
+++ lib/python/security_db.py	2014-09-01 05:06:03 UTC (rev 28535)
@@ -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-%' OR bugs.name LIKE 'TEMP-%')
+            AND bugs.name LIKE 'CVE-%'
             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