Skip to content
Snippets Groups Projects
Commit 6f1bd521 authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy
Browse files

MITRE now serves the files in TLS (config updated)

parent e4be7cff
Branches
Tags v2.0
No related merge requests found
...@@ -41,8 +41,8 @@ class Configuration(): ...@@ -41,8 +41,8 @@ class Configuration():
'CVEStartYear': 2002, 'CVEStartYear': 2002,
'vFeedurl': "http://www.toolswatch.org/vfeed/vfeed.db.tgz", 'vFeedurl': "http://www.toolswatch.org/vfeed/vfeed.db.tgz",
'vFeedstatus': "http://www.toolswatch.org/update.dat", 'vFeedstatus': "http://www.toolswatch.org/update.dat",
'cvedict': "http://static.nvd.nist.gov/feeds/xml/cve/", 'cvedict': "https://static.nvd.nist.gov/feeds/xml/cve/",
'cpedict': "http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml", '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", 'cwedict': "http://cwe.mitre.org/data/xml/cwec_v2.8.xml.zip",
'd2sec': "http://www.d2sec.com/exploits/elliot.xml", 'd2sec': "http://www.d2sec.com/exploits/elliot.xml",
'vendor': "https://nvd.nist.gov/download/vendorstatements.xml", 'vendor': "https://nvd.nist.gov/download/vendorstatements.xml",
...@@ -229,7 +229,7 @@ class Configuration(): ...@@ -229,7 +229,7 @@ class Configuration():
@classmethod @classmethod
def getexploitdbDict(cls): def getexploitdbDict(cls):
return cls.readSetting("Sources", "exploitdb", cls.default['exploitdb']) return cls.readSetting("Sources", "exploitdb", cls.default['exploitdb'])
# Logging # Logging
@classmethod @classmethod
def getLogfile(cls): def getLogfile(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment