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: