| Modifier and Type | Method and Description |
|---|---|
static CVSSv3.Impact |
CVSSv3.Impact.forNumber(int value) |
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.getAvailabilityImpact()
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
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 |
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.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.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.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 |
CVSSv3.Builder.getIntegrityImpact()
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
static CVSSv3.Impact |
CVSSv3.Impact.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CVSSv3.Impact |
CVSSv3.Impact.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.Impact> |
CVSSv3.Impact.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CVSSv3.Builder |
CVSSv3.Builder.setAvailabilityImpact(CVSSv3.Impact value)
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
CVSSv3.Builder |
CVSSv3.Builder.setConfidentialityImpact(CVSSv3.Impact value)
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
CVSSv3.Builder |
CVSSv3.Builder.setIntegrityImpact(CVSSv3.Impact value)
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
Copyright © 2024 Google LLC. All rights reserved.