[Secure-testing-commits] r26226 - check-external

Raphael Geissert atomo64-guest at moszumanska.debian.org
Mon Mar 24 13:47:51 UTC 2014


Author: atomo64-guest
Date: 2014-03-24 13:47:51 +0000 (Mon, 24 Mar 2014)
New Revision: 26226

Modified:
   check-external/lookup.sh
Log:
Report CVE ids that are missing from our list


Modified: check-external/lookup.sh
===================================================================
--- check-external/lookup.sh	2014-03-24 13:47:38 UTC (rev 26225)
+++ check-external/lookup.sh	2014-03-24 13:47:51 UTC (rev 26226)
@@ -89,6 +89,10 @@
     # Permanent exclusions can be added below
     o="$(grep -m1 -A2 ^$cve ../data/CVE/list | sed '1{d;q}')" || continue
 
+    if [ -z "$o" ]; then
+	echo "$cve: missing from list"
+    fi
+
     extra=empty
     while read line; do
 	if [[ $extra = empty ]]; then




More information about the Secure-testing-commits mailing list