highestUpgradableCveSeverity property
Highest level of severity among all the upgradable vulnerabilities with CVEs attached.
Output only. Possible string values are:
- "VULNERABILITY_SEVERITY_LEVEL_UNSPECIFIED" : Default SeverityLevel. This value is unused.
- "NONE" : Vulnerability has no severity level.
- "MINIMAL" : Vulnerability severity level is minimal. This is level below the low severity level.
- "LOW" : Vulnerability severity level is low. This is level below the medium severity level.
- "MEDIUM" : Vulnerability severity level is medium. This is level below the high severity level.
- "HIGH" : Vulnerability severity level is high. This is level below the critical severity level.
- "CRITICAL" : Vulnerability severity level is critical. This is the highest severity level.
Implementation
core.String? highestUpgradableCveSeverity;