| 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 CvssV3X.CiaType |
CvssV3X.CiaType.fromValue(String value) |
CvssV3X.CiaType |
CvssV3X.getAvailabilityImpact() |
CvssV3X.CiaType |
CvssV3X.getConfidentialityImpact() |
CvssV3X.CiaType |
CvssV3X.getIntegrityImpact() |
static CvssV3X.CiaType |
CvssV3X.CiaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvssV3X.CiaType[] |
CvssV3X.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 |
CvssV3X.setAvailabilityImpact(CvssV3X.CiaType availabilityImpact) |
void |
CvssV3X.setConfidentialityImpact(CvssV3X.CiaType confidentialityImpact) |
void |
CvssV3X.setIntegrityImpact(CvssV3X.CiaType integrityImpact) |
Copyright © 2012–2020 OWASP. All rights reserved.