userInteraction property

String? userInteraction
getter/setter pair

This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component. Possible string values are:

  • "USER_INTERACTION_UNSPECIFIED" : Invalid value.
  • "USER_INTERACTION_NONE" : The vulnerable system can be exploited without interaction from any user.
  • "USER_INTERACTION_REQUIRED" : Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.

Implementation

core.String? userInteraction;