summaryrefslogtreecommitdiffstats
path: root/bin/gen-DSA
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2012-07-02 22:32:53 +0000
committerRaphael Geissert <geissert@debian.org>2012-07-02 22:32:53 +0000
commitccb26e213617f12680533a9358b05e88dbef49e5 (patch)
treefc6687ae0c444ed22ee3740138dbb8093b43ab76 /bin/gen-DSA
parentdee685ebce9cc2a4c9a8d3b3aaf811511e3105b3 (diff)
The Bugnum field shouldn't contain the hash character
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@19639 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 5d705f4122..b10a329517 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -66,7 +66,7 @@ split_n_sort() {
PACKAGE="$(tolower "$1")"
VULNERABILITY="$2"
CVE="$(toupper "$3")"
-BUGNUM="$4"
+BUGNUM="${4#\#}"
CVE="$(split_n_sort "$CVE")"
cve_spacing=

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