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
commit487e07cd0368a4d6a1b317dd0b58ddd842fc170a (patch)
tree1646057270043f4549958a35609d540060cfa249 /bin/updatelist
parenta9d14cc175226f11b943edea504b3361a6293eb2 (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