Module: Google::Cloud::SecurityCenter::V1::Cve::ExploitationActivity
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/vulnerability.rb
Overview
The possible values of exploitation activity of the vulnerability in the wild.
Constant Summary collapse
- EXPLOITATION_ACTIVITY_UNSPECIFIED =
Invalid or empty value.
0
- WIDE =
Exploitation has been reported or confirmed to widely occur.
1
- CONFIRMED =
Limited reported or confirmed exploitation activities.
2
- AVAILABLE =
Exploit is publicly available.
3
- ANTICIPATED =
No known exploitation activity, but has a high potential for exploitation.
4
- NO_KNOWN =
No known exploitation activity.
5