public final class CVSSv3 extends com.google.protobuf.GeneratedMessageV3 implements CVSSv3OrBuilder
Common Vulnerability Scoring System version 3. For details, see https://www.first.org/cvss/specification-documentProtobuf type
google.cloud.osconfig.v1alpha.CVSSv3| Modifier and Type | Class and Description |
|---|---|
static class |
CVSSv3.AttackComplexity
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
static class |
CVSSv3.AttackVector
This metric reflects the context by which vulnerability exploitation is
possible.
|
static class |
CVSSv3.Builder
Common Vulnerability Scoring System version 3.
|
static class |
CVSSv3.Impact
The Impact metrics capture the effects of a successfully exploited
vulnerability on the component that suffers the worst outcome that is most
directly and predictably associated with the attack.
|
static class |
CVSSv3.PrivilegesRequired
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
static class |
CVSSv3.Scope
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
static class |
CVSSv3.UserInteraction
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ATTACK_COMPLEXITY_FIELD_NUMBER |
static int |
ATTACK_VECTOR_FIELD_NUMBER |
static int |
AVAILABILITY_IMPACT_FIELD_NUMBER |
static int |
BASE_SCORE_FIELD_NUMBER |
static int |
CONFIDENTIALITY_IMPACT_FIELD_NUMBER |
static int |
EXPLOITABILITY_SCORE_FIELD_NUMBER |
static int |
IMPACT_SCORE_FIELD_NUMBER |
static int |
INTEGRITY_IMPACT_FIELD_NUMBER |
static int |
PRIVILEGES_REQUIRED_FIELD_NUMBER |
static int |
SCOPE_FIELD_NUMBER |
static int |
USER_INTERACTION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CVSSv3.AttackComplexity |
getAttackComplexity()
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
int |
getAttackComplexityValue()
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
CVSSv3.AttackVector |
getAttackVector()
This metric reflects the context by which vulnerability exploitation is
possible.
|
int |
getAttackVectorValue()
This metric reflects the context by which vulnerability exploitation is
possible.
|
CVSSv3.Impact |
getAvailabilityImpact()
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
int |
getAvailabilityImpactValue()
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
float |
getBaseScore()
The base score is a function of the base metric scores.
|
CVSSv3.Impact |
getConfidentialityImpact()
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
int |
getConfidentialityImpactValue()
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
static CVSSv3 |
getDefaultInstance() |
CVSSv3 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
float |
getExploitabilityScore()
The Exploitability sub-score equation is derived from the Base
Exploitability metrics.
|
float |
getImpactScore()
The Impact sub-score equation is derived from the Base Impact metrics.
|
CVSSv3.Impact |
getIntegrityImpact()
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
int |
getIntegrityImpactValue()
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
com.google.protobuf.Parser<CVSSv3> |
getParserForType() |
CVSSv3.PrivilegesRequired |
getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
int |
getPrivilegesRequiredValue()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
CVSSv3.Scope |
getScope()
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
int |
getScopeValue()
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
int |
getSerializedSize() |
CVSSv3.UserInteraction |
getUserInteraction()
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
int |
getUserInteractionValue()
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CVSSv3.Builder |
newBuilder() |
static CVSSv3.Builder |
newBuilder(CVSSv3 prototype) |
CVSSv3.Builder |
newBuilderForType() |
protected CVSSv3.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CVSSv3 |
parseDelimitedFrom(InputStream input) |
static CVSSv3 |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CVSSv3 |
parseFrom(byte[] data) |
static CVSSv3 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CVSSv3 |
parseFrom(ByteBuffer data) |
static CVSSv3 |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CVSSv3 |
parseFrom(com.google.protobuf.ByteString data) |
static CVSSv3 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CVSSv3 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CVSSv3 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CVSSv3 |
parseFrom(InputStream input) |
static CVSSv3 |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CVSSv3> |
parser() |
CVSSv3.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int BASE_SCORE_FIELD_NUMBER
public static final int EXPLOITABILITY_SCORE_FIELD_NUMBER
public static final int IMPACT_SCORE_FIELD_NUMBER
public static final int ATTACK_VECTOR_FIELD_NUMBER
public static final int ATTACK_COMPLEXITY_FIELD_NUMBER
public static final int PRIVILEGES_REQUIRED_FIELD_NUMBER
public static final int USER_INTERACTION_FIELD_NUMBER
public static final int SCOPE_FIELD_NUMBER
public static final int CONFIDENTIALITY_IMPACT_FIELD_NUMBER
public static final int INTEGRITY_IMPACT_FIELD_NUMBER
public static final int AVAILABILITY_IMPACT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public float getBaseScore()
The base score is a function of the base metric scores. https://www.first.org/cvss/specification-document#Base-Metrics
float base_score = 1;getBaseScore in interface CVSSv3OrBuilderpublic float getExploitabilityScore()
The Exploitability sub-score equation is derived from the Base Exploitability metrics. https://www.first.org/cvss/specification-document#2-1-Exploitability-Metrics
float exploitability_score = 2;getExploitabilityScore in interface CVSSv3OrBuilderpublic float getImpactScore()
The Impact sub-score equation is derived from the Base Impact metrics.
float impact_score = 3;getImpactScore in interface CVSSv3OrBuilderpublic int getAttackVectorValue()
This metric reflects the context by which vulnerability exploitation is possible.
.google.cloud.osconfig.v1alpha.CVSSv3.AttackVector attack_vector = 5;getAttackVectorValue in interface CVSSv3OrBuilderpublic CVSSv3.AttackVector getAttackVector()
This metric reflects the context by which vulnerability exploitation is possible.
.google.cloud.osconfig.v1alpha.CVSSv3.AttackVector attack_vector = 5;getAttackVector in interface CVSSv3OrBuilderpublic int getAttackComplexityValue()
This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity attack_complexity = 6;getAttackComplexityValue in interface CVSSv3OrBuilderpublic CVSSv3.AttackComplexity getAttackComplexity()
This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.AttackComplexity attack_complexity = 6;getAttackComplexity in interface CVSSv3OrBuilderpublic int getPrivilegesRequiredValue()
This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.PrivilegesRequired privileges_required = 7;getPrivilegesRequiredValue in interface CVSSv3OrBuilderpublic CVSSv3.PrivilegesRequired getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.PrivilegesRequired privileges_required = 7;getPrivilegesRequired in interface CVSSv3OrBuilderpublic int getUserInteractionValue()
This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.
.google.cloud.osconfig.v1alpha.CVSSv3.UserInteraction user_interaction = 8;getUserInteractionValue in interface CVSSv3OrBuilderpublic CVSSv3.UserInteraction getUserInteraction()
This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.
.google.cloud.osconfig.v1alpha.CVSSv3.UserInteraction user_interaction = 8;getUserInteraction in interface CVSSv3OrBuilderpublic int getScopeValue()
The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.
.google.cloud.osconfig.v1alpha.CVSSv3.Scope scope = 9;getScopeValue in interface CVSSv3OrBuilderpublic CVSSv3.Scope getScope()
The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.
.google.cloud.osconfig.v1alpha.CVSSv3.Scope scope = 9;getScope in interface CVSSv3OrBuilderpublic int getConfidentialityImpactValue()
This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.Impact confidentiality_impact = 10;getConfidentialityImpactValue in interface CVSSv3OrBuilderpublic CVSSv3.Impact getConfidentialityImpact()
This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.Impact confidentiality_impact = 10;getConfidentialityImpact in interface CVSSv3OrBuilderpublic int getIntegrityImpactValue()
This metric measures the impact to integrity of a successfully exploited vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.Impact integrity_impact = 11;getIntegrityImpactValue in interface CVSSv3OrBuilderpublic CVSSv3.Impact getIntegrityImpact()
This metric measures the impact to integrity of a successfully exploited vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.Impact integrity_impact = 11;getIntegrityImpact in interface CVSSv3OrBuilderpublic int getAvailabilityImpactValue()
This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.Impact availability_impact = 12;getAvailabilityImpactValue in interface CVSSv3OrBuilderpublic CVSSv3.Impact getAvailabilityImpact()
This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability.
.google.cloud.osconfig.v1alpha.CVSSv3.Impact availability_impact = 12;getAvailabilityImpact in interface CVSSv3OrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CVSSv3 parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CVSSv3 parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CVSSv3 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CVSSv3 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CVSSv3 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CVSSv3 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CVSSv3 parseFrom(InputStream input) throws IOException
IOExceptionpublic static CVSSv3 parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CVSSv3 parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CVSSv3 parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CVSSv3 parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CVSSv3 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CVSSv3.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CVSSv3.Builder newBuilder()
public static CVSSv3.Builder newBuilder(CVSSv3 prototype)
public CVSSv3.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CVSSv3.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CVSSv3 getDefaultInstance()
public static com.google.protobuf.Parser<CVSSv3> parser()
public com.google.protobuf.Parser<CVSSv3> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CVSSv3 getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.