| Package | Description |
|---|---|
| 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 |
|---|---|
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.extractBaseEcosystem(DefCveItem cve,
String description)
Analyzes the description to determine if the vulnerability/software is
for a specific known ecosystem.The ecosystem can be used later for
filtering CPE matches.
|
protected String |
CveItemOperator.extractBaseEcosystemFromReferences(DefCveItem cve) |
String |
CveItemOperator.extractDescription(DefCveItem cve)
Utility method to extract the "english" description from a given CVE
entry.
|
void |
CveDB.updateVulnerability(DefCveItem cve)
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–2020 OWASP. All rights reserved.