| 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.CiaRequirementType |
CvssV20.CiaRequirementType.fromValue(String value) |
CvssV20.CiaRequirementType |
CvssV20.getAvailabilityRequirement() |
CvssV20.CiaRequirementType |
CvssV20.getConfidentialityRequirement() |
CvssV20.CiaRequirementType |
CvssV20.getIntegrityRequirement() |
static CvssV20.CiaRequirementType |
CvssV20.CiaRequirementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvssV20.CiaRequirementType[] |
CvssV20.CiaRequirementType.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.setAvailabilityRequirement(CvssV20.CiaRequirementType availabilityRequirement) |
void |
CvssV20.setConfidentialityRequirement(CvssV20.CiaRequirementType confidentialityRequirement) |
void |
CvssV20.setIntegrityRequirement(CvssV20.CiaRequirementType integrityRequirement) |
Copyright © 2012–2020 OWASP. All rights reserved.