summaryrefslogtreecommitdiffstats
path: root/bin/gen-DSA
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2017-06-20 00:41:01 +0000
committerBen Hutchings <benh@debian.org>2017-06-20 00:41:01 +0000
commit33d075f15f699b6e28f603f2b42c7b3da4687e55 (patch)
tree450fdffa9e83557c7ce9798b397a494bc5d63409 /bin/gen-DSA
parent13eb16f53788175df60a27afcfb7f316ddc67bbd (diff)
gen-DSA: Accept more punctuation characters around CVE IDs in changes file
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52721 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/gen-DSA')
-rwxr-xr-xbin/gen-DSA2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-DSA b/bin/gen-DSA
index 8503aaa65f..cdb4407312 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -206,7 +206,7 @@ if ! [ -z "$CHANGES" ]; then
for bug in $(awk '/^Closes: / {sub(".*"$2,$2); print $0}' $CHANGES); do
BUGNUM="$BUGNUM ${bug#\#}"
done
- for cve in $(awk 'BEGIN {RS="[ ():\n]" } /^CVE-[0-9]+-[0-9]+$/ {print $1}' $CHANGES); do
+ for cve in $(awk 'BEGIN {RS="[ ().,:;\n]" } /^CVE-[0-9]+-[0-9]+$/ {print $1}' $CHANGES); do
CVE="$CVE $cve"
done
fi

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