[Secure-testing-commits] r19986 - bin
Raphael Geissert
geissert at alioth.debian.org
Mon Aug 20 02:45:35 UTC 2012
Author: geissert
Date: 2012-08-20 02:45:35 +0000 (Mon, 20 Aug 2012)
New Revision: 19986
Modified:
bin/report-vuln
Log:
Ignore unimportant issues
Modified: bin/report-vuln
===================================================================
--- bin/report-vuln 2012-08-20 02:21:33 UTC (rev 19985)
+++ bin/report-vuln 2012-08-20 02:45:35 UTC (rev 19986)
@@ -35,7 +35,7 @@
if pkg != '':
matches = False
for n in bug.notes:
- if n.package == pkg:
+ if n.package == pkg and str(n.urgency) != 'unimportant':
matches = True
break
if not matches:
More information about the Secure-testing-commits
mailing list