Package 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. The Cached Data Source must determine if it needs to be updated and if so perform the update. The sub packages contain classes used to perform the actual updates.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them. The Cached Data Source must determine if it needs to be updated and if so perform the update. The sub packages contain classes used to perform the actual updates.
-
Interface Summary Interface Description CachedWebDataSource Defines a data source who's data is retrieved from the Internet. -
Class Summary Class Description EngineVersionCheck Checks the gh-pages dependency-check site to determine the current released version number.HostedSuppressionsDataSource KnownExploitedDataSource LocalDataSource NvdApiDataSource NvdApiDataSource.UrlData RetireJSDataSource Downloads a local copy of the RetireJS repository.UpdateService The CachedWebDataSource Service Loader.