static CVSSv3.Impact |
CVSSv3.Impact.forNumber(int value) |
|
CVSSv3.Impact |
CVSSv3.Builder.getAvailabilityImpact() |
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
CVSSv3.Impact |
CVSSv3.getAvailabilityImpact() |
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
CVSSv3.Impact |
CVSSv3OrBuilder.getAvailabilityImpact() |
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
CVSSv3.Impact |
CVSSv3.Builder.getConfidentialityImpact() |
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
CVSSv3.Impact |
CVSSv3.getConfidentialityImpact() |
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
CVSSv3.Impact |
CVSSv3OrBuilder.getConfidentialityImpact() |
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
CVSSv3.Impact |
CVSSv3.Builder.getIntegrityImpact() |
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
CVSSv3.Impact |
CVSSv3.getIntegrityImpact() |
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
CVSSv3.Impact |
CVSSv3OrBuilder.getIntegrityImpact() |
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
static CVSSv3.Impact |
CVSSv3.Impact.valueOf(int value) |
Deprecated.
|
static CVSSv3.Impact |
CVSSv3.Impact.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static CVSSv3.Impact |
CVSSv3.Impact.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CVSSv3.Impact[] |
CVSSv3.Impact.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|