summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2014-09-01 10:45:30 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2014-09-01 10:45:30 +0000
commit873d6c5da929bac642a2578ec3064ce78b1ce640 (patch)
tree530c3f2ffcae8c994f10ebacdcaaf23b017f1b17 /bin/updatelist
parent64acb999184d9f5fdb666f7eb7eaea811fa2706d (diff)
Slightly adjust used regular expression
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28544 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 5df69746fd..8724dbe55f 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|DLA/, @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