summaryrefslogtreecommitdiffstats
path: root/bin/update
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2013-02-17 18:27:17 +0000
committerRaphael Geissert <geissert@debian.org>2013-02-17 18:27:17 +0000
commitb6c8d289d6d49d35d4913822541b26fa2e39420c (patch)
tree8aeb521eb25119f9b1c9213f2ca6ff3f619ea1ba /bin/update
parent7876f795e16fe0c5d2c63a9354e6bb0e6180ed1d (diff)
Download mitre's and nist's data files via https
Debian-related files are still not checked for signatures, however. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@21317 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index 37f8b47f80..22d50def14 100755
--- a/bin/update
+++ b/bin/update
@@ -8,7 +8,7 @@ fi
cd CVE
rm -f allitems.html
-wget --quiet http://cve.mitre.org/data/downloads/allitems.html.gz
+wget --quiet https://cve.mitre.org/data/downloads/allitems.html.gz
gunzip allitems.html.gz
../../bin/updatelist allitems.html ../DSA/list ../DTSA/list list > list.new
mv -f list.new list

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