summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2014-09-01 10:40:24 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2014-09-01 10:40:24 +0000
commit35345c41dff9526b3935382786ea17a20a00f4d9 (patch)
tree361e4e1d04fe81194bb612d0b19c081a5d71fb83 /bin/updatelist
parenta8c8fd5b479d2d07ab6a61eb67a43d420e19c94f (diff)
updatelist: Adjust pushing for crossreference when adding DLA references
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28542 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/updatelist')
-rwxr-xr-xbin/updatelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updatelist b/bin/updatelist
index b82aed75f9..5df69746fd 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -118,7 +118,7 @@ while (<IN>) {
}
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;

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