Uses of Package
org.owasp.dependencycheck.data.nvdcve
-
Packages that use org.owasp.dependencycheck.data.nvdcve Package Description org.owasp.dependencycheck Includes the main entry point for dependency-check.org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.org.owasp.dependencycheck.data.nvdcve Contains classes used to work with the NVD CVE data.org.owasp.dependencycheck.data.update Contains classes used to update the data stores.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them.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.org.owasp.dependencycheck.reporting Contains classes used to generate reports.org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, a Checksum utility, etc. -
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck Class Description CveDB The database holding information about the NVD CVE data.DatabaseException An exception thrown if an operation against the database fails. -
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.analyzer Class Description CveDB The database holding information about the NVD CVE data.DatabaseException An exception thrown if an operation against the database fails. -
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.data.nvdcve Class Description DatabaseException An exception thrown if an operation against the database fails.DatabaseProperties This is a wrapper around a set of properties that are stored in the database.DriverLoadException An exception thrown the database driver is unable to be loaded. -
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.data.update Class Description DatabaseProperties This 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.data.update.nvd.api Class Description CveDB The database holding information about the NVD CVE data. -
Classes in org.owasp.dependencycheck.data.nvdcve used by org.owasp.dependencycheck.reporting Class Description DatabaseProperties This 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 Class Description DatabaseException An exception thrown if an operation against the database fails.