Uses of Interface
org.owasp.dependencycheck.data.update.CachedWebDataSource
-
Packages that use CachedWebDataSource Package Description 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. -
-
Uses of CachedWebDataSource in org.owasp.dependencycheck.data.update
Classes in org.owasp.dependencycheck.data.update that implement CachedWebDataSource Modifier and Type Class Description class
EngineVersionCheck
Checks the gh-pages dependency-check site to determine the current released version number.class
HostedSuppressionsDataSource
class
KnownExploitedDataSource
class
LocalDataSource
class
NvdApiDataSource
class
RetireJSDataSource
Downloads a local copy of the RetireJS repository.Methods in org.owasp.dependencycheck.data.update that return types with arguments of type CachedWebDataSource Modifier and Type Method Description java.util.Iterator<CachedWebDataSource>
UpdateService. getDataSources()
Returns an Iterator for all instances of the CachedWebDataSource interface.
-