summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2016-03-01 22:00:43 +0800
committerPaul Wise <pabs@debian.org>2018-01-17 18:18:16 +0800
commit789b902d130fcd4900a8bc82080170280e1b6dd2 (patch)
tree6249ce527aa587c5105a35deec30ab2d2941acb6 /lib
parent19d0ff5991212e48f0400e2c41de1d767dd3c705 (diff)
Convert URLs from http to https where it seems safe to do so
Diffstat (limited to 'lib')
-rw-r--r--lib/python/nvd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/nvd.py b/lib/python/nvd.py
index 142c6caa9c..8110fc73ab 100644
--- a/lib/python/nvd.py
+++ b/lib/python/nvd.py
@@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""This module parses the XML files provided by the
-National Vulnerability Database (NVD) <http://nvd.nist.gov/>
+National Vulnerability Database (NVD) <https://nvd.nist.gov/>
"""
import xml.sax

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