Grafeas V1 Client - Class State (0.6.0)

Reference documentation and code samples for the Grafeas V1 Client class State.

Provides the state of this Vulnerability assessment.

Protobuf type grafeas.v1.VulnerabilityAssessmentNote.Assessment.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

No state is specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

AFFECTED

Value: 1

This product is known to be affected by this vulnerability.

Generated from protobuf enum AFFECTED = 1;

NOT_AFFECTED

Value: 2

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

Generated from protobuf enum NOT_AFFECTED = 2;

FIXED

Value: 3

This product contains a fix for this vulnerability.

Generated from protobuf enum FIXED = 3;

UNDER_INVESTIGATION

Value: 4

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

Generated from protobuf enum UNDER_INVESTIGATION = 4;