Enum Cve.ExploitationActivity (2.49.0)

public enum Cve.ExploitationActivity extends Enum<Cve.ExploitationActivity> implements ProtocolMessageEnum

The possible values of exploitation activity of the vulnerability in the wild.

Protobuf enum google.cloud.securitycenter.v1.Cve.ExploitationActivity

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANTICIPATED

No known exploitation activity, but has a high potential for exploitation.

ANTICIPATED = 4;

ANTICIPATED_VALUE

No known exploitation activity, but has a high potential for exploitation.

ANTICIPATED = 4;

AVAILABLE

Exploit is publicly available.

AVAILABLE = 3;

AVAILABLE_VALUE

Exploit is publicly available.

AVAILABLE = 3;

CONFIRMED

Limited reported or confirmed exploitation activities.

CONFIRMED = 2;

CONFIRMED_VALUE

Limited reported or confirmed exploitation activities.

CONFIRMED = 2;

EXPLOITATION_ACTIVITY_UNSPECIFIED

Invalid or empty value.

EXPLOITATION_ACTIVITY_UNSPECIFIED = 0;

EXPLOITATION_ACTIVITY_UNSPECIFIED_VALUE

Invalid or empty value.

EXPLOITATION_ACTIVITY_UNSPECIFIED = 0;

NO_KNOWN

No known exploitation activity.

NO_KNOWN = 5;

NO_KNOWN_VALUE

No known exploitation activity.

NO_KNOWN = 5;

UNRECOGNIZED
WIDE

Exploitation has been reported or confirmed to widely occur.

WIDE = 1;

WIDE_VALUE

Exploitation has been reported or confirmed to widely occur.

WIDE = 1;

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()