summaryrefslogtreecommitdiffstats
path: root/bin/get-todo-items
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-01-01 10:35:28 +0000
committerLuk Claes <luk@debian.org>2012-01-01 10:35:28 +0000
commit688a65be784ae83010dfc29d02bd639a8ba66543 (patch)
tree800d3eb540afd7b9b45cae135effd0bbaaa0e50b /bin/get-todo-items
parent3bc4f0d4d56a6f8f294226902b7535c85000b933 (diff)
Also show CVEs that are not numbered correctly
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@17955 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/get-todo-items')
-rwxr-xr-xbin/get-todo-items2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-todo-items b/bin/get-todo-items
index b93bf36b63..00fbea83ae 100755
--- a/bin/get-todo-items
+++ b/bin/get-todo-items
@@ -22,7 +22,7 @@ while read LINE; do
*\-*\ \(*...\))
CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"
;;
- *\-[0-9][0-9][0-9][0-9])
+ *\-[0-9,X][0-9,X][0-9,X][0-9,X])
CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )"
;;
*NOTE:*) ;;

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