| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.knownexploited.json | |
| org.owasp.dependencycheck.data.nvdcve |
Contains classes used to work with the NVD CVE data.
|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Vulnerability> |
KnownExploitedVulnerabilitiesSchema.getVulnerabilities()
The exploited vulnerabilities included in this catalog
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnownExploitedVulnerabilitiesSchema.setVulnerabilities(java.util.List<Vulnerability> vulnerabilities)
The exploited vulnerabilities included in this catalog
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Vulnerability> |
CveDB.getknownExploitedVulnerabilities()
Returns a map of known exploited vulnerabilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CveDB.updateKnownExploitedVulnerabilities(java.util.List<Vulnerability> vulnerabilities)
Merges the list of known exploited vulnerabilities into the database.
|
| Modifier and Type | Method and Description |
|---|---|
Vulnerability |
Vulnerability.getKnownExploitedVulnerability()
Get the value of knownExploitedVulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setKnownExploitedVulnerability(Vulnerability kev)
Adds information about known exploited vulnerabilities.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.