Skip to content

Commit

Permalink
Add VIA4 source
Browse files Browse the repository at this point in the history
  • Loading branch information
PidgeyL committed Dec 27, 2016
1 parent 8e0f819 commit 9a30ada
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
17 changes: 6 additions & 11 deletions etc/sources.ini.sample
@@ -1,12 +1,7 @@
[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
d2sec: http://www.d2sec.com/exploits/elliot.xml
Vendor: https://nvd.nist.gov/download/vendorstatements.xml.gz
CAPEC: http://capec.mitre.org/data/xml/capec_v2.6.xml
MSBULLETIN: http://download.microsoft.com/download/6/7/3/673E4349-1CA5-40B9-8879-095C72D5B49D/BulletinSearch.xlsx
exploitdb: https://github.com/offensive-security/exploit-database/raw/master/files.csv
Ref: https://cve.mitre.org/data/refs/refmap/allrefmaps.zip
RPM: https://www.redhat.com/security/data/metrics/rpm-to-cve.xml
RHSA: https://www.redhat.com/security/data/oval/com.redhat.rhsa-all.xml.bz2
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
Vendor: https://nvd.nist.gov/download/vendorstatements.xml.gz
CAPEC: http://capec.mitre.org/data/xml/capec_v2.6.xml
VIA4: http://www.cve-search.org/feeds/via4.json
3 changes: 1 addition & 2 deletions lib/Config.py
Expand Up @@ -55,8 +55,7 @@ class Configuration():
'cwe': "http://cwe.mitre.org/data/xml/cwec_v2.8.xml.zip",
'vendor': "https://nvd.nist.gov/download/vendorstatements.xml.gz",
'capec': "http://capec.mitre.org/data/xml/capec_v2.6.xml",
'msbulletin': "http://download.microsoft.com/download/6/7/3/673E4349-1CA5-40B9-8879-095C72D5B49D/BulletinSearch.xlsx",
'via4': "file:///tmp/VIA4CVE-feed.json",
'via4': "http://www.cve-search.org/feeds/via4.json",
'includecve': True, 'includecapec': True, 'includemsbulletin': True,
'includecpe': True, 'includecwe': True, 'includevendor': True,
'includevia4': True}
Expand Down

0 comments on commit 9a30ada

Please sign in to comment.