| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nvd.ecosystem |
Contains utility classes used to identify the ecosystem for CPEs from the NVD.
|
| org.owasp.dependencycheck.data.nvd.json |
Contains utility classes used to work with the generated code from the
NVD CVE JSON data.
|
| org.owasp.dependencycheck.data.nvdcve |
Contains classes used to work with the NVD CVE data.
|
| 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 |
|---|---|
String |
UrlEcosystemMapper.getEcosystem(DefCveItem cve)
Determines the ecosystem for the given CVE.
|
String |
DescriptionEcosystemMapper.getEcosystem(DefCveItem cve)
Returns the ecosystem if identified by English description from the CVE
data.
|
String |
CveEcosystemMapper.getEcosystem(DefCveItem cve)
Analyzes the description and associated URLs to determine if the
vulnerability/software is for a specific known ecosystem.
|
| Modifier and Type | Method and Description |
|---|---|
List<DefCveItem> |
NvdCveFeedJson11.getCVEItems()
NVD feed array of CVE
|
| Modifier and Type | Method and Description |
|---|---|
void |
NvdCveFeedJson11.setCVEItems(List<DefCveItem> cVEItems)
NVD feed array of CVE
|
| Modifier and Type | Method and Description |
|---|---|
String |
CveItemOperator.extractDescription(DefCveItem cve)
Extracts the english description from the CVE object.
|
void |
CveDB.updateVulnerability(DefCveItem cve,
String baseEcosystem)
Updates the vulnerability within the database.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NvdCveParser.testCveCpeStartWithFilter(DefCveItem cve)
Tests the CVE's CPE entries against the starts with filter.
|
Copyright © 2012–2021 OWASP. All rights reserved.