state property

String? state
getter/setter pair

Provides the state of this Vulnerability assessment. Possible string values are:

  • "STATE_UNSPECIFIED" : No state is specified.
  • "AFFECTED" : This product is known to be affected by this vulnerability.
  • "NOT_AFFECTED" : This product is known to be not affected by this vulnerability.
  • "FIXED" : This product contains a fix for this vulnerability.
  • "UNDER_INVESTIGATION" : It is not known yet whether these versions are or are not affected by the vulnerability. However, it is still under investigation.

Implementation

core.String? state;