Package org.owasp.dependencycheck.data.nvdcve
Contains classes used to work with the NVD CVE data.
-
Class Summary Class Description CveDB The database holding information about the NVD CVE data.CveItemOperator Utility for processing DefCveItem in order to extract key values like textual description and ecosystem type.DatabaseManager Loads the configured database driver and returns the database connection.DatabaseProperties This is a wrapper around a set of properties that are stored in the database.DriverLoader DriverLoader is a utility class that is used to load database drivers.H2Functions Stored procedures for the H2 database. -
Exception Summary Exception Description CorruptDatabaseException An exception used to indicate the db4o database is corrupt.DatabaseException An exception thrown if an operation against the database fails.DriverLoadException An exception thrown the database driver is unable to be loaded.