Commit 59b9531e authored by PidgeyL's avatar PidgeyL
Browse files

update CWE version

parent 787ed8ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[Sources]
CVE:    https://static.nvd.nist.gov/feeds/xml/cve/
CPE:    https://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml.zip
CWE:    http://cwe.mitre.org/data/xml/cwec_v2.8.xml.zip
CWE:    http://cwe.mitre.org/data/xml/cwec_v2.12.xml.zip
CAPEC:  http://capec.mitre.org/data/xml/capec_v2.6.xml
VIA4:   http://www.cve-search.org/feeds/via4.json
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ class Configuration():
               }
    sources={'cve':        "https://static.nvd.nist.gov/feeds/xml/cve/",
             'cpe':        "https://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml",
             'cwe':        "http://cwe.mitre.org/data/xml/cwec_v2.8.xml.zip",
             'cwe':        "http://cwe.mitre.org/data/xml/cwec_v2.12.xml.zip",
             'capec':      "http://capec.mitre.org/data/xml/capec_v2.6.xml",
             'via4':       "http://www.cve-search.org/feeds/via4.json",
             'includecve': True, 'includecapec':  True, 'includemsbulletin': True,