Enum VulnerabilityAssessmentNote.Assessment.State (2.18.0)

public enum VulnerabilityAssessmentNote.Assessment.State extends Enum<VulnerabilityAssessmentNote.Assessment.State> implements ProtocolMessageEnum

Provides the state of this Vulnerability assessment.

Protobuf enum grafeas.v1.VulnerabilityAssessmentNote.Assessment.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AFFECTED

This product is known to be affected by this vulnerability.

AFFECTED = 1;

AFFECTED_VALUE

This product is known to be affected by this vulnerability.

AFFECTED = 1;

FIXED

This product contains a fix for this vulnerability.

FIXED = 3;

FIXED_VALUE

This product contains a fix for this vulnerability.

FIXED = 3;

NOT_AFFECTED

This product is known to be not affected by this vulnerability.

NOT_AFFECTED = 2;

NOT_AFFECTED_VALUE

This product is known to be not affected by this vulnerability.

NOT_AFFECTED = 2;

STATE_UNSPECIFIED

No state is specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

No state is specified.

STATE_UNSPECIFIED = 0;

UNDER_INVESTIGATION

It is not known yet whether these versions are or are not affected by the vulnerability. However, it is still under investigation.

UNDER_INVESTIGATION = 4;

UNDER_INVESTIGATION_VALUE

It is not known yet whether these versions are or are not affected by the vulnerability. However, it is still under investigation.

UNDER_INVESTIGATION = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()