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

Salvatore Bonaccorso carnil at moszumanska.debian.org
Sun Apr 24 13:00:35 UTC 2016


Author: carnil
Date: 2016-04-24 13:00:35 +0000 (Sun, 24 Apr 2016)
New Revision: 41112

Modified:
   check-external/update.sh
Log:
One Red Hat external check discontinued

Modified: check-external/update.sh
===================================================================
--- check-external/update.sh	2016-04-24 12:33:58 UTC (rev 41111)
+++ check-external/update.sh	2016-04-24 13:00:35 UTC (rev 41112)
@@ -29,15 +29,17 @@
     fi
 }
 
-# Red Hat provides a complete dump of their tracker, which includes
-# unfixed issues.
-# Note: The downloaded html files are Copyright by Red Hat, Inc.
-# or as specified at the individual html files or elsewhere on redhat.com's website
-for year in $(seq 1999 $(date +%Y)); do
-    wget -O cve-$year.html https://www.redhat.com/security/data/cve/cve-$year.html
-done
-sed -rn '/CVE-[12][0-9]{2,}-/{s/^.+>(CVE-[12][0-9]{3}-[0-9]{4,})<.+$/\1/;T;p}' cve-*.html |
-    sort > cve.list
+# Discontinued since October 2015, cf. #805079
+## Red Hat provides a complete dump of their tracker, which includes
+## unfixed issues.
+## Note: The downloaded html files are Copyright by Red Hat, Inc.
+## or as specified at the individual html files or elsewhere on redhat.com's website
+#for year in $(seq 1999 $(date +%Y)); do
+#    wget -O cve-$year.html https://www.redhat.com/security/data/cve/cve-$year.html
+#done
+#sed -rn '/CVE-[12][0-9]{2,}-/{s/^.+>(CVE-[12][0-9]{3}-[0-9]{4,})<.+$/\1/;T;p}' cve-*.html |
+#    sort > cve.list
+#check_list cve.list
 
 check_list cve.list
 




More information about the Secure-testing-commits mailing list