Author: luk Date: 2011-12-31 13:51:45 +0000 (Sat, 31 Dec 2011) New Revision: 17939 Modified: bin/get-todo-items Log: Also show proper CVE when RESERVED Modified: bin/get-todo-items ==================================================================--- bin/get-todo-items 2011-12-31 13:50:40 UTC (rev 17938) +++ bin/get-todo-items 2011-12-31 13:51:45 UTC (rev 17939) @@ -22,6 +22,9 @@ *\-*\ \(*...\)) 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\]*) ;;