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
commitcba53faee70b9790bab69cd6ffbd6958621a2067 (patch)
tree7dbcd2a0baa76610155edfb8fb36d386c5dc1402 /bin/update
parent0b820e13611a8c31420b104a9475c7646d1b4ad5 (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