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:*) ;;