[Secure-testing-commits] r28542 - bin

Salvatore Bonaccorso carnil at moszumanska.debian.org
Mon Sep 1 10:40:24 UTC 2014


Author: carnil
Date: 2014-09-01 10:40:24 +0000 (Mon, 01 Sep 2014)
New Revision: 28542

Modified:
   bin/updatelist
Log:
updatelist: Adjust pushing for crossreference when adding DLA references

Modified: bin/updatelist
===================================================================
--- bin/updatelist	2014-09-01 10:40:22 UTC (rev 28541)
+++ bin/updatelist	2014-09-01 10:40:24 UTC (rev 28542)
@@ -118,7 +118,7 @@
 	}
 	elsif (/^\s+{\s*(.+?)\s*}/) {
 		my @xrefs=split('\s+', $1);
-		push @{$cves{$cve}{xref}}, grep(!/^DT?SA/, @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