| 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.ModifiedCiaType |
CvssV3X.ModifiedCiaType.fromValue(String value) |
CvssV3X.ModifiedCiaType |
CvssV3X.getModifiedAvailabilityImpact() |
CvssV3X.ModifiedCiaType |
CvssV3X.getModifiedConfidentialityImpact() |
CvssV3X.ModifiedCiaType |
CvssV3X.getModifiedIntegrityImpact() |
static CvssV3X.ModifiedCiaType |
CvssV3X.ModifiedCiaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvssV3X.ModifiedCiaType[] |
CvssV3X.ModifiedCiaType.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.setModifiedAvailabilityImpact(CvssV3X.ModifiedCiaType modifiedAvailabilityImpact) |
void |
CvssV3X.setModifiedConfidentialityImpact(CvssV3X.ModifiedCiaType modifiedConfidentialityImpact) |
void |
CvssV3X.setModifiedIntegrityImpact(CvssV3X.ModifiedCiaType modifiedIntegrityImpact) |
Copyright © 2012–2020 OWASP. All rights reserved.