Enum CVSSv3.UserInteraction (2.5.0)

public enum CVSSv3.UserInteraction extends Enum<CVSSv3.UserInteraction> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.osconfig.v1alpha.CVSSv3.UserInteraction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
USER_INTERACTION_NONE

The vulnerable system can be exploited without interaction from any user.

USER_INTERACTION_NONE = 1;

USER_INTERACTION_NONE_VALUE

The vulnerable system can be exploited without interaction from any user.

USER_INTERACTION_NONE = 1;

USER_INTERACTION_REQUIRED

Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.

USER_INTERACTION_REQUIRED = 2;

USER_INTERACTION_REQUIRED_VALUE

Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.

USER_INTERACTION_REQUIRED = 2;

USER_INTERACTION_UNSPECIFIED

Invalid value.

USER_INTERACTION_UNSPECIFIED = 0;

USER_INTERACTION_UNSPECIFIED_VALUE

Invalid value.

USER_INTERACTION_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()