| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nvdcve |
Contains classes used to work with the NVD CVE data.
|
| 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. |
| org.owasp.dependencycheck.data.update.nvd |
Contains classes used to download, parse, and load the NVD CVE data from NIST into the local database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseProperties.save(NvdCveInfo updatedValue)
Saves the last updated information to the properties file.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<NvdCveInfo> |
NvdCveUpdater.getUpdatesNeeded()
Determines if the index needs to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
NvdCveInfo |
DownloadTask.getNvdCveInfo()
Get the value of nvdCveInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadTask.setNvdCveInfo(NvdCveInfo nvdCveInfo)
Set the value of nvdCveInfo.
|
| Constructor and Description |
|---|
DownloadTask(NvdCveInfo nvdCveInfo,
ExecutorService processor,
CveDB cveDB,
Settings settings)
Simple constructor for the callable download task.
|
Copyright © 2012–2020 OWASP. All rights reserved.