Uses of Class
org.owasp.dependencycheck.data.nvdcve.DatabaseException
Packages that use DatabaseException
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.
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
-
Uses of DatabaseException in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck that throw DatabaseExceptionModifier and TypeMethodDescriptionbooleanEngine.doUpdates()Cycles through the cached web data sources and calls update on all of them.booleanEngine.doUpdates(boolean remainOpen) Cycles through the cached web data sources and calls update on all of them.voidEngine.openDatabase()This method is only public for unit/integration testing.voidEngine.openDatabase(boolean readOnly, boolean lockRequired) This method is only public for unit/integration testing. -
Uses of DatabaseException in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer that throw DatabaseException -
Uses of DatabaseException in org.owasp.dependencycheck.data.nvdcve
Subclasses of DatabaseException in org.owasp.dependencycheck.data.nvdcveModifier and TypeClassDescriptionclassAn exception used to indicate the db4o database is corrupt.Methods in org.owasp.dependencycheck.data.nvdcve that throw DatabaseExceptionModifier and TypeMethodDescriptionDatabaseManager.getConnection()Constructs a new database connection object per the database configuration.CveDB.getVendorProductList()Returns the entire list of vendor/product combinations.CveDB.getVendorProductListForNode()Returns the entire list of vendor/product combinations filtered for just Node JS related products.CveDB.getVulnerabilities(us.springett.parsers.cpe.Cpe cpe) Retrieves the vulnerabilities associated with the specified CPE.CveDB.getVulnerability(String cve) Gets a vulnerability for the provided CVE.CveDB.getVulnerability(String cve, Connection conn) Gets a vulnerability for the provided CVE.voidCveDB.updateKnownExploitedVulnerabilities(List<Vulnerability> vulnerabilities) Merges the list of known exploited vulnerabilities into the database.Constructors in org.owasp.dependencycheck.data.nvdcve that throw DatabaseExceptionModifierConstructorDescriptionCreates a new CveDB object and opens the database connection.DatabaseManager(Settings settings) Private constructor for this factory class; no instance is ever needed. -
Uses of DatabaseException in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils that throw DatabaseExceptionModifier and TypeMethodDescriptionstatic intDBUtils.getGeneratedKey(PreparedStatement statement) Returns the generated integer primary key for a newly inserted row.