[Secure-testing-commits] r17939 - bin

Luk Claes luk at alioth.debian.org
Sat Dec 31 13:51:46 UTC 2011


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\]*) ;;




More information about the Secure-testing-commits mailing list