Takes one or many files as arguments, processes these and returns a data.table containing entries, each having an CVE id, CWE types, logical value indicating whether the entry has been rejected, publication date, CVSS base score, CVSS vectors (access vector, access complexity, authentication, confidentiality impact, integrity impact, availability impact)
get_nvd_entries(files)
files | Names of one or many XML Version 2.0 files downloaded from https://nvd.nist.gov/vuln/data-feeds#CVE_FEED |
---|
A data.table containing NVD entries extracted from (a) file(s).
# NOT RUN { get_nvd_entries(c("nvdcve-2.0-2013.xml","nvdcve-2.0-2015.xml")) get_nvd_entries("nvdcve-2.0-2013.xml") # }