Package org.owasp.dependencycheck.data.update.nvd.api
Contains classes used to download, parse, and load the NVD API CVE data from NIST into the local database.
-
Interface Summary Interface Description CveItemSource<T extends io.github.jeremylong.openvulnerability.client.nvd.DefCveItem> -
Class Summary Class Description CveApiJson20CveItemSource DownloadTask A callable object to download the NVD API cache files and start the NvdApiProcessor.JsonArrayCveItemSource NvdApiProcessor Stores a collection of NVD CVE Data from the NVD API into the database.