summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0ec1c5bda..5d728903fb 100644
--- a/Makefile
+++ b/Makefile
@@ -186,6 +186,6 @@ update-lists:
update-nvd:
for x in $$(seq 2002 $$(date +%Y)) ; do \
name=nvdcve-$$x.xml; \
- wget -q -Odata/nvd/$$name http://nvd.nist.gov/download/$$name || true; \
+ wget -q -Odata/nvd/$$name https://nvd.nist.gov/download/$$name || true; \
done
python bin/update-nvd data/nvd/nvdcve-*.xml

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