Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class AttackComplexity.
This metric describes the conditions beyond the attacker's control that must exist in order to exploit the vulnerability.
Protobuf type google.cloud.securitycenter.v2.Cvssv3.AttackComplexity
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ Cvssv3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ATTACK_COMPLEXITY_UNSPECIFIED
Value: 0
Invalid value.
Generated from protobuf enum ATTACK_COMPLEXITY_UNSPECIFIED = 0;
ATTACK_COMPLEXITY_LOW
Value: 1
Specialized access conditions or extenuating circumstances do not exist.
An attacker can expect repeatable success when attacking the vulnerable component.
Generated from protobuf enum ATTACK_COMPLEXITY_LOW = 1;
ATTACK_COMPLEXITY_HIGH
Value: 2
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.
Generated from protobuf enum ATTACK_COMPLEXITY_HIGH = 2;