Interface CVSSv3OrBuilder (2.58.0)

public interface CVSSv3OrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttackComplexity()

public abstract 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;

Returns
Type Description
CVSSv3.AttackComplexity

The attackComplexity.

getAttackComplexityValue()

public abstract 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;

Returns
Type Description
int

The enum numeric value on the wire for attackComplexity.

getAttackVector()

public abstract CVSSv3.AttackVector getAttackVector()

This metric reflects the context by which vulnerability exploitation is possible.

.google.cloud.osconfig.v1alpha.CVSSv3.AttackVector attack_vector = 5;

Returns
Type Description
CVSSv3.AttackVector

The attackVector.

getAttackVectorValue()

public abstract int getAttackVectorValue()

This metric reflects the context by which vulnerability exploitation is possible.

.google.cloud.osconfig.v1alpha.CVSSv3.AttackVector attack_vector = 5;

Returns
Type Description
int

The enum numeric value on the wire for attackVector.

getAvailabilityImpact()

<