Module: Google::Cloud::SecurityCenter::V1::Cve::RiskRating
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/vulnerability.rb
Overview
The possible values of impact of the vulnerability if it was to be exploited.
Constant Summary collapse
- RISK_RATING_UNSPECIFIED =
Invalid or empty value.
0
- LOW =
Exploitation would have little to no security impact.
1
- MEDIUM =
Exploitation would enable attackers to perform activities, or could allow attackers to have a direct impact, but would require additional steps.
2
- HIGH =
Exploitation would enable attackers to have a notable direct impact without needing to overcome any major mitigating factors.
3
- CRITICAL =
Exploitation would fundamentally undermine the security of affected systems, enable actors to perform significant attacks with minimal effort, with little to no mitigating factors to overcome.
4