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
commit2bd897089beb55240ce7cd4fcfc6fe4d01a9b222 (patch)
tree5bca429dc195671fb589049e8e9031e2189c1077 /lib
parent6c5bdceb809dcd169e7b4fd3d0763202aba5781b (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