Interface CVSSv3OrBuilder (2.47.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()

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

Returns
Type Description
CVSSv3.Impact

The availabilityImpact.

getAvailabilityImpactValue()

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

Returns
Type Description
int

The enum numeric value on the wire for availabilityImpact.

getBaseScore()

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

Returns
Type Description
float

The baseScore.

getConfidentialityImpact()

public abstract CVSSv3.Impact