[Git][security-tracker-team/security-tracker][master] gen-DSA: Allow one more digit for the old style bug number format
Salvatore Bonaccorso (@carnil)
carnil at debian.org
Wed Jan 12 19:56:05 GMT 2022
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
e7a96960 by Salvatore Bonaccorso at 2022-01-12T20:54:05+01:00
gen-DSA: Allow one more digit for the old style bug number format
The # prefixed bugnumber format was prefered to pass to the script,
still we have the alternative of the digits only. Just bump the allowed
digits by one now that we reached the 100000's bug.
Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>
- - - - -
1 changed file:
- bin/gen-DSA
Changes:
=====================================
bin/gen-DSA
=====================================
@@ -195,7 +195,7 @@ while [ $# -gt 0 ]; do
[cC][vV][eE]-*)
CVE="$CVE $(toupper "$1")"
;;
- [0-9][0-9][0-9][0-9][0-9][0-9]|[#][0-9]*)
+ [0-9][0-9][0-9][0-9][0-9][0-9][0-9]|[#][0-9]*)
BUGNUM="$BUGNUM ${1#\#}"
;;
*)
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/e7a9696060be6dfd7c8d7aacf0f0705ed2f80739
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/e7a9696060be6dfd7c8d7aacf0f0705ed2f80739
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20220112/074b5c09/attachment.htm>
More information about the debian-security-tracker-commits
mailing list