Module: Google::Cloud::OsConfig::V1::CVSSv3::UserInteraction
- Defined in:
- proto_docs/google/cloud/osconfig/v1/vulnerability.rb
Overview
This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.
Constant Summary collapse
- USER_INTERACTION_UNSPECIFIED =
Invalid value.
0
- USER_INTERACTION_NONE =
The vulnerable system can be exploited without interaction from any user.
1
- USER_INTERACTION_REQUIRED =
Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.
2