[Secure-testing-commits] r31429 - bin
Raphael Geissert
geissert at moszumanska.debian.org
Sat Jan 17 15:22:19 UTC 2015
Author: geissert
Date: 2015-01-17 15:22:19 +0000 (Sat, 17 Jan 2015)
New Revision: 31429
Modified:
bin/updatelist
Log:
drop some useless notes for rejected ids
Modified: bin/updatelist
===================================================================
--- bin/updatelist 2015-01-17 15:20:11 UTC (rev 31428)
+++ bin/updatelist 2015-01-17 15:22:19 UTC (rev 31429)
@@ -79,6 +79,10 @@
}
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";
}
}
More information about the Secure-testing-commits
mailing list