Uses of Class
org.owasp.dependencycheck.data.update.LocalDataSource
-
Packages that use LocalDataSource 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 LocalDataSource in org.owasp.dependencycheck.data.update
Subclasses of LocalDataSource in org.owasp.dependencycheck.data.update Modifier and Type Class Description class
HostedSuppressionsDataSource
class
RetireJSDataSource
Downloads a local copy of the RetireJS repository.
-