summaryrefslogtreecommitdiffstats
path: root/bin/report-vuln
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2012-08-20 02:45:35 +0000
committerRaphael Geissert <geissert@debian.org>2012-08-20 02:45:35 +0000
commit976bc8028955c105618cca37c2310facaaffa277 (patch)
tree47b6d2bfb04b4837a0374118a5153573c4cfb796 /bin/report-vuln
parentae9a626f6a413139be6fdc0788b8223d40dfa4c4 (diff)
Ignore unimportant issues
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@19986 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/report-vuln')
-rwxr-xr-xbin/report-vuln2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/report-vuln b/bin/report-vuln
index acbdcc0bfd..bd68dae694 100755
--- a/bin/report-vuln
+++ b/bin/report-vuln
@@ -35,7 +35,7 @@ def description_from_list(id, pkg = '', skip_entries = 0):
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:

© 2014-2024 Faster IT GmbH | imprint | privacy policy