Interface VulnerabilityOccurrence.CVSSV3OrBuilder

public static interface VulnerabilityOccurrence.CVSSV3OrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaseScore()

public abstract float getBaseScore()

The base score for for this vulnerability according to cvss v3.

float base_score = 1;

Returns
TypeDescription
float

The baseScore.

getSeverity()

public abstract Severity getSeverity()

The severity rating assigned to this vulnerability by vulnerability provider.

.grafeas.v1.Severity severity = 2;

Returns
TypeDescription
Severity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

The severity rating assigned to this vulnerability by vulnerability provider.

.grafeas.v1.Severity severity = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for severity.