get_nvd_entries: NVD entry extractor from XML file(s)

Description Usage Arguments Value Examples

Description

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)

Usage

1

Arguments

files

Names of one or many XML Version 2.0 files downloaded from https://nvd.nist.gov/vuln/data-feeds#CVE_FEED

Value

A data.table containing NVD entries extracted from (a) file(s).

Examples

1
2
3
4
5
## Not run: 
get_nvd_entries(c("nvdcve-2.0-2013.xml","nvdcve-2.0-2015.xml"))
get_nvd_entries("nvdcve-2.0-2013.xml")

## End(Not run)

realerikrani/nvdr documentation built on May 29, 2019, 8:06 a.m.