[Secure-testing-commits] r33885 - bin

Holger Levsen holger at moszumanska.debian.org
Mon Apr 27 14:21:13 UTC 2015


Author: holger
Date: 2015-04-27 14:21:13 +0000 (Mon, 27 Apr 2015)
New Revision: 33885

Modified:
   bin/tracker_service.py
Log:
only include CVE and TEMP issues in json output

Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2015-04-27 13:18:24 UTC (rev 33884)
+++ bin/tracker_service.py	2015-04-27 14:21:13 UTC (rev 33885)
@@ -1300,6 +1300,7 @@
                 AND nd.bug_name = st.bug_name) AS nodsa
                 FROM source_package_status AS st, source_packages AS sp, bugs
                 WHERE sp.rowid = st.package AND st.bug_name = bugs.name
+                AND ( st.bug_name LIKE 'CVE-%' OR st.bug_name LIKE 'TEMP-%' )
                 AND ( sp.release = ? OR sp.release = ? OR sp.release = ?
                 OR sp.release = ? OR sp.release = ? )
                 ORDER BY sp.name, st.bug_name, sp.release, sp.subrelease""" , supported_releases):




More information about the Secure-testing-commits mailing list