[Secure-testing-commits] r17955 - bin
Luk Claes
luk at alioth.debian.org
Sun Jan 1 10:35:29 UTC 2012
Author: luk
Date: 2012-01-01 10:35:28 +0000 (Sun, 01 Jan 2012)
New Revision: 17955
Modified:
bin/get-todo-items
Log:
Also show CVEs that are not numbered correctly
Modified: bin/get-todo-items
===================================================================
--- bin/get-todo-items 2012-01-01 10:34:29 UTC (rev 17954)
+++ bin/get-todo-items 2012-01-01 10:35:28 UTC (rev 17955)
@@ -22,7 +22,7 @@
*\-*\ \(*...\))
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:*) ;;
More information about the Secure-testing-commits
mailing list