summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-01 18:20:13 +0000
committerJoey Hess <joeyh@debian.org>2005-10-01 18:20:13 +0000
commit055967c8e1f2e3dd2ceabcca644de3ec1e54ecfb (patch)
treec1cecae8170a5f9267d7bf1c48c61bc4fa9c2828 /bin/updatelist
parenta2df1666911bba60457f651a77984e08ed7a9b09 (diff)
support whitespace after { in cross-references to be robust
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2264 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 8aa0e01ad5..3186cd69dc 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -15,7 +15,7 @@ sub read_dsa {
if (/^\[/) {
($dsa)=m/(DT?SA-.*?) /;
}
- if (/\{(CAN|CVE)/) {
+ if (/\{\s*(CAN|CVE)/) {
my ($canlist)=m/\{(.*)\}/;
foreach my $can (split ' ', $canlist) {
$can=~s/CVE-/CAN-/g;

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