Uses of Class
org.owasp.dependencycheck.data.nvdcve.CveDB
Packages that use CveDB
Package
Description
Includes the main entry point for dependency-check.
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
Contains classes used to download, parse, and load the NVD API CVE data from NIST into the local database.
-
Uses of CveDB in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck that return CveDB -
Uses of CveDB in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer that return CveDBModifier and TypeMethodDescriptionprotected CveDBCPEAnalyzer.getCveDB()returns a reference to the CveDB.Methods in org.owasp.dependencycheck.analyzer with parameters of type CveDB -
Uses of CveDB in org.owasp.dependencycheck.data.update.nvd.api
Constructors in org.owasp.dependencycheck.data.update.nvd.api with parameters of type CveDBModifierConstructorDescriptionDownloadTask(String url, ExecutorService processor, CveDB cveDB, Settings settings) Simple constructor for the callable download task.NvdApiProcessor(CveDB cveDB, File jsonFile) Create a new processor to put the NVD data into the database.NvdApiProcessor(CveDB cveDB, File jsonFile, long startTime) Create a new processor to put the NVD data into the database.