Uses of Class
org.owasp.dependencycheck.data.update.exception.UpdateException
-
Packages that use UpdateException Package Description org.owasp.dependencycheck Includes the main entry point for dependency-check.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.cisa Contains classes used to parse the CISA Known Exploited Vulnerability Catalog. -
-
Uses of UpdateException in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck that throw UpdateException Modifier and Type Method Description booleanEngine. 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. -
Uses of UpdateException in org.owasp.dependencycheck.data.update
Methods in org.owasp.dependencycheck.data.update that throw UpdateException Modifier and Type Method Description protected java.util.PropertiesNvdApiDataSource. getRemoteCacheProperties(java.lang.String url, java.lang.String pattern)Downloads the metadata properties of the NVD API cache.protected java.util.Map<java.lang.String,java.lang.String>NvdApiDataSource. getUpdatesNeeded(java.lang.String url, java.lang.String filePattern, java.util.Properties cacheProperties, java.time.ZonedDateTime now)Determines if the index needs to be updated.protected booleanEngineVersionCheck. shouldUpdate(long lastChecked, long now, DatabaseProperties properties, java.lang.String currentVersion)Determines if a new version of the dependency-check engine has been released.booleanCachedWebDataSource. update(Engine engine)Determines if an update to the current data store is needed, if it is the new data is downloaded from the Internet and imported into the current cached data store.booleanEngineVersionCheck. update(Engine engine)Downloads the current released version number and compares it to the running engine's version number.booleanHostedSuppressionsDataSource. update(Engine engine)Downloads the current Hosted suppressions file.booleanKnownExploitedDataSource. update(Engine engine)booleanNvdApiDataSource. update(Engine engine)booleanRetireJSDataSource. update(Engine engine)Downloads the current RetireJS data source. -
Uses of UpdateException in org.owasp.dependencycheck.data.update.cisa
Methods in org.owasp.dependencycheck.data.update.cisa that throw UpdateException Modifier and Type Method Description KnownExploitedVulnerabilitiesSchemaKnownExploitedVulnerabilityParser. parse(java.io.InputStream in)Parses the CISA Known Exploited JSON file and inserts/updates data into the database.
-