summaryrefslogtreecommitdiffstats
path: root/bin/get-todo-items
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2011-12-31 13:51:45 +0000
committerLuk Claes <luk@debian.org>2011-12-31 13:51:45 +0000
commit064e3273900b29ea3a5dd85a4cc849cd73b78f50 (patch)
treefceb2688c2bdf845e7e4a381f0983ee5f2e92202 /bin/get-todo-items
parentc5918e505fd91359906adbd31ec2dafbb46ab647 (diff)
Also show proper CVE when RESERVED
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@17939 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/get-todo-items')
-rwxr-xr-xbin/get-todo-items3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/get-todo-items b/bin/get-todo-items
index 3baa741505..b93bf36b63 100755
--- a/bin/get-todo-items
+++ b/bin/get-todo-items
@@ -22,6 +22,9 @@ while read LINE; do
*\-*\ \(*...\))
CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"
;;
+ *\-[0-9][0-9][0-9][0-9])
+ CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"
+ ;;
*NOTE:*) ;;
*\[lenny\]*) ;;
*\[etch\]*) ;;

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