Enum Cvssv3.AttackComplexity (2.45.0)

public enum Cvssv3.AttackComplexity extends Enum<Cvssv3.AttackComplexity> implements ProtocolMessageEnum

This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability.

Protobuf enum google.cloud.securitycenter.v1.Cvssv3.AttackComplexity

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ATTACK_COMPLEXITY_HIGH

A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected.

ATTACK_COMPLEXITY_HIGH = 2;

ATTACK_COMPLEXITY_HIGH_VALUE

A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected.

ATTACK_COMPLEXITY_HIGH = 2;

ATTACK_COMPLEXITY_LOW

Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.

ATTACK_COMPLEXITY_LOW = 1;

ATTACK_COMPLEXITY_LOW_VALUE

Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.

ATTACK_COMPLEXITY_LOW = 1;

ATTACK_COMPLEXITY_UNSPECIFIED

Invalid value.

ATTACK_COMPLEXITY_UNSPECIFIED = 0;

ATTACK_COMPLEXITY_UNSPECIFIED_VALUE

Invalid value.

ATTACK_COMPLEXITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()