From 6f1bd521191eeaf032b33f28e2305acbdfa8c9c6 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy <a@foo.be> Date: Sat, 30 Apr 2016 12:08:25 +0200 Subject: [PATCH] MITRE now serves the files in TLS (config updated) --- lib/Config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Config.py b/lib/Config.py index 7e6a4b12..a9ae843d 100644 --- a/lib/Config.py +++ b/lib/Config.py @@ -41,8 +41,8 @@ class Configuration(): 'CVEStartYear': 2002, 'vFeedurl': "http://www.toolswatch.org/vfeed/vfeed.db.tgz", 'vFeedstatus': "http://www.toolswatch.org/update.dat", - 'cvedict': "http://static.nvd.nist.gov/feeds/xml/cve/", - 'cpedict': "http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml", + 'cvedict': "https://static.nvd.nist.gov/feeds/xml/cve/", + 'cpedict': "https://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml", 'cwedict': "http://cwe.mitre.org/data/xml/cwec_v2.8.xml.zip", 'd2sec': "http://www.d2sec.com/exploits/elliot.xml", 'vendor': "https://nvd.nist.gov/download/vendorstatements.xml", @@ -229,7 +229,7 @@ class Configuration(): @classmethod def getexploitdbDict(cls): return cls.readSetting("Sources", "exploitdb", cls.default['exploitdb']) - + # Logging @classmethod def getLogfile(cls): -- GitLab