Skip to content

Commit

Permalink
Update NVD feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Maillet committed Jun 29, 2018
1 parent ce0be62 commit a3e2283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions etc/sources.ini.sample
@@ -1,6 +1,6 @@
[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
CVE: https://nvd.nist.gov/feeds/xml/cve/2.0/
CPE: https://nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml.zip
CWE: https://cwe.mitre.org/data/xml/cwec_v2.8.xml.zip
CAPEC: https://capec.mitre.org/data/xml/capec_v2.6.xml
VIA4: https://www.cve-search.org/feeds/via4.json
4 changes: 2 additions & 2 deletions lib/Config.py
Expand Up @@ -51,8 +51,8 @@ class Configuration():
'plugin_config': './etc/plugins.ini',
'auth_load': './etc/auth.txt'
}
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",
sources={'cve': "https://nvd.nist.gov/feeds/xml/cve/2.0/",
'cpe': "https://nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml.zip",
'cwe': "https://cwe.mitre.org/data/xml/cwec_v2.12.xml.zip",
'capec': "https://capec.mitre.org/data/xml/capec_v2.6.xml",
'via4': "https://www.cve-search.org/feeds/via4.json",
Expand Down

0 comments on commit a3e2283

Please sign in to comment.