From c90523da8a1d9ea342b78c5cd15b14a1b1270c5c Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 24 Apr 2016 13:00:35 +0000 Subject: One Red Hat external check discontinued git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@41112 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- check-external/update.sh | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'check-external') diff --git a/check-external/update.sh b/check-external/update.sh index 06daeaebd7..4148f031a3 100755 --- a/check-external/update.sh +++ b/check-external/update.sh @@ -29,15 +29,17 @@ check_list() { 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 -- cgit v1.2.3