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
commit7ca81cc4ef961af1962e8e016d6a6cb5d41b9d5a (patch)
tree238dfa6df111c0fa6805c103ab60e9e6a801a982 /bin/get-todo-items
parent7c8bdbf4ab4b2bd0405a639478acd83b6d95d0d8 (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