summaryrefslogtreecommitdiffstats
path: root/check-external
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2016-04-24 13:00:35 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2016-04-24 13:00:35 +0000
commitc90523da8a1d9ea342b78c5cd15b14a1b1270c5c (patch)
tree3930b0d614dabd51866acce3ce556a33be3871e4 /check-external
parent4cd49a96188f47529532d2eb043b7b636161f725 (diff)
One Red Hat external check discontinued
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@41112 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'check-external')
-rwxr-xr-xcheck-external/update.sh20
1 files changed, 11 insertions, 9 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy