maximumUnfixableSeverity property
The threshold for severity for which a fix isn't currently available.
This field is required and must be set.
Required. Possible string values are:
- "MAXIMUM_ALLOWED_SEVERITY_UNSPECIFIED" : Not specified.
- "BLOCK_ALL" : Block any vulnerability.
- "MINIMAL" : Allow only minimal severity.
- "LOW" : Allow only low severity and lower.
- "MEDIUM" : Allow medium severity and lower.
- "HIGH" : Allow high severity and lower.
- "CRITICAL" : Allow critical severity and lower.
- "ALLOW_ALL" : Allow all severity, even vulnerability with unspecified severity.
Implementation
core.String? maximumUnfixableSeverity;