| 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 |
NvdCveUpdater
Class responsible for updating the NVD CVE data.
|
class |
RetireJSDataSource
Downloads a local copy of the RetireJS repository.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<CachedWebDataSource> |
UpdateService.getDataSources()
Returns an Iterator for all instances of the CachedWebDataSource
interface.
|
Copyright © 2012–2020 OWASP. All rights reserved.