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
commitfe6d789a19fc6fd83a1f2a3a6e529ea0cdc815ad (patch)
tree057a1bf5e82fc92f30b5ad1e85e3d1609419c765 /bin/updatelist
parentcee2ef8aea3de130c113e54723db61eb7d6ce86a (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