[Secure-testing-commits] r28544 - bin
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Mon Sep 1 10:45:30 UTC 2014
Author: carnil
Date: 2014-09-01 10:45:30 +0000 (Mon, 01 Sep 2014)
New Revision: 28544
Modified:
bin/updatelist
Log:
Slightly adjust used regular expression
Modified: bin/updatelist
===================================================================
--- bin/updatelist 2014-09-01 10:40:31 UTC (rev 28543)
+++ bin/updatelist 2014-09-01 10:45:30 UTC (rev 28544)
@@ -118,7 +118,7 @@
}
elsif (/^\s+{\s*(.+?)\s*}/) {
my @xrefs=split('\s+', $1);
- push @{$cves{$cve}{xref}}, grep(!/^DT?SA|DLA/, @xrefs);
+ push @{$cves{$cve}{xref}}, grep(!/^(?:DT?SA|DLA)/, @xrefs);
}
elsif (/^\s+(.*)/ && $cve) {
push @{$cves{$cve}{notes}}, $1;
More information about the Secure-testing-commits
mailing list