Module: Grafeas::V1::VulnerabilityAssessmentNote::Assessment::State
- Defined in:
- proto_docs/grafeas/v1/vex.rb
Overview
Provides the state of this Vulnerability assessment.
Constant Summary collapse
- STATE_UNSPECIFIED =
No state is specified.
0
- AFFECTED =
This product is known to be affected by this vulnerability.
1
- NOT_AFFECTED =
This product is known to be not affected by this vulnerability.
2
- FIXED =
This product contains a fix for this vulnerability.
3
- UNDER_INVESTIGATION =
It is not known yet whether these versions are or are not affected by the vulnerability. However, it is still under investigation.
4