severity property
The note provider assigned Severity of the vulnerability.
Output only. Possible string values are:
- "SEVERITY_UNSPECIFIED" : Unknown.
- "MINIMAL" : Minimal severity.
- "LOW" : Low severity.
- "MEDIUM" : Medium severity.
- "HIGH" : High severity.
- "CRITICAL" : Critical severity.
Implementation
core.String? severity;