| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nvd.json |
Contains utility classes used to work with the generated code from the
NVD CVE JSON data.
|
| Modifier and Type | Method and Description |
|---|---|
static CvssV20.CiaType |
CvssV20.CiaType.fromValue(String value) |
CvssV20.CiaType |
CvssV20.getAvailabilityImpact() |
CvssV20.CiaType |
CvssV20.getConfidentialityImpact() |
CvssV20.CiaType |
CvssV20.getIntegrityImpact() |
static CvssV20.CiaType |
CvssV20.CiaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvssV20.CiaType[] |
CvssV20.CiaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CvssV20.setAvailabilityImpact(CvssV20.CiaType availabilityImpact) |
void |
CvssV20.setConfidentialityImpact(CvssV20.CiaType confidentialityImpact) |
void |
CvssV20.setIntegrityImpact(CvssV20.CiaType integrityImpact) |
Copyright © 2012–2020 OWASP. All rights reserved.