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
commit64f8598aaa68e3a027dbff7f7980be1d97a1ed0c (patch)
treedfbcaf9154316df14c7eaf72948f5cc3f2cb1b33 /bin/get-todo-items
parent0da84012120deef25a2e61c3db10432f538c54d1 (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