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
commit267a2fb2884c71c4fab877fb6c76576528ac5b6a (patch)
tree3fe4e2809b0438d44e05d9f9f6438b71d24f1ebd /bin/updatelist
parente634570320493c0b7ae402d0027a344f8f651c3d (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