| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineVersionCheck
Checks the gh-pages dependency-check site to determine the current released
version number.
|
class |
HostedSuppressionsDataSource |
class |
KnownExploitedDataSource |
class |
NvdApiDataSource |
class |
RetireJSDataSource
Downloads a local copy of the RetireJS repository.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CachedWebDataSource> |
UpdateService.getDataSources()
Returns an Iterator for all instances of the CachedWebDataSource
interface.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.