Uses of Package
org.owasp.dependencycheck.data.nvdcve
Packages that use org.owasp.dependencycheck.data.nvdcve
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 work with the NVD CVE data.
Contains classes used to update the data stores.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them.
Contains classes used to download, parse, and load the NVD API CVE data from NIST into the local database.
Contains classes used to generate reports.
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
-
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheckClassDescriptionThe database holding information about the NVD CVE data.An exception thrown if an operation against the database fails.
-
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.analyzerClassDescriptionThe database holding information about the NVD CVE data.An exception thrown if an operation against the database fails.
-
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.data.nvdcveClassDescriptionAn exception thrown if an operation against the database fails.This is a wrapper around a set of properties that are stored in the database.An exception thrown the database driver is unable to be loaded.
-
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.data.updateClassDescriptionThis is a wrapper around a set of properties that are stored in the database.
-
-
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.reportingClassDescriptionThis is a wrapper around a set of properties that are stored in the database.
-
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.utils