Module: Google::Cloud::OsConfig::V1::VulnerabilityReport::VulnerabilitySeverityLevel
- Defined in:
- proto_docs/google/cloud/osconfig/v1/vulnerability.rb
Overview
Severity levels for vulnerabilities.
Constant Summary collapse
- VULNERABILITY_SEVERITY_LEVEL_UNSPECIFIED =
Default SeverityLevel. This value is unused.
0- NONE =
Vulnerability has no severity level.
1- MINIMAL =
Vulnerability severity level is minimal. This is level below the low severity level.
2- LOW =
Vulnerability severity level is low. This is level below the medium severity level.
3- MEDIUM =
Vulnerability severity level is medium. This is level below the high severity level.
4- HIGH =
Vulnerability severity level is high. This is level below the critical severity level.
5- CRITICAL =
Vulnerability severity level is critical. This is the highest severity level.
6