[Secure-testing-commits] r28746 - lib/python
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Sat Sep 13 04:48:56 UTC 2014
Author: carnil
Date: 2014-09-13 04:48:56 +0000 (Sat, 13 Sep 2014)
New Revision: 28746
Modified:
lib/python/security_db.py
Log:
Use consistently spaces, replace tabs
Modified: lib/python/security_db.py
===================================================================
--- lib/python/security_db.py 2014-09-12 22:03:46 UTC (rev 28745)
+++ lib/python/security_db.py 2014-09-13 04:48:56 UTC (rev 28746)
@@ -1675,8 +1675,8 @@
st.urgency = 'unimportant' OR NOT vulnerable AS unimportant
FROM source_packages AS sp, source_package_status AS st, bugs
WHERE sp.name = ?
- AND sp.release IN ('squeeze', 'wheezy', 'jessie', 'sid')
- AND sp.subrelease <> 'security' AND sp.subrelease <> 'lts'
+ AND sp.release IN ('squeeze', 'wheezy', 'jessie', 'sid')
+ 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-%')
More information about the Secure-testing-commits
mailing list