summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2015-01-17 15:22:19 +0000
committerRaphael Geissert <geissert@debian.org>2015-01-17 15:22:19 +0000
commit5de0e1e50a4565301032d98f7e5b1b174c6fc914 (patch)
tree359d9fcca391f53c78ce6b6a75dc573d44285c11 /bin/updatelist
parentaf97d2da79f88924c401751db993207a2e068424 (diff)
drop some useless notes for rejected ids
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31429 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/updatelist')
-rwxr-xr-xbin/updatelist4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/updatelist b/bin/updatelist
index 8724dbe55f..6af7b44cc0 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -79,6 +79,10 @@ sub docve {
}
if ($cves{$cve}{notes}) {
foreach (@{$cves{$cve}{notes}}) {
+ if (length(@{$cves{$cve}{notes}}) == 1 &&
+ $cves{$cve}{rejected} && m/(?:TODO: check$|to be rejected)/) {
+ next;
+ }
push @out, "\t$_\n";
}
}

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