Module: Google::Cloud::OsConfig::V1::CVSSv3::AttackComplexity

Defined in:
proto_docs/google/cloud/osconfig/v1/vulnerability.rb

Overview

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

Constant Summary collapse

ATTACK_COMPLEXITY_UNSPECIFIED =

Invalid value.

0
ATTACK_COMPLEXITY_LOW =

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

1
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.

2