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.v2.Cve.ExploitationActivity
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ANTICIPATED |
No known exploitation activity, but has a high potential for exploitation. |
ANTICIPATED_VALUE |
No known exploitation activity, but has a high potential for exploitation. |
AVAILABLE |
Exploit is publicly available. |
AVAILABLE_VALUE |
Exploit is publicly available. |
CONFIRMED |
Limited reported or confirmed exploitation activities. |
CONFIRMED_VALUE |
Limited reported or confirmed exploitation activities. |
EXPLOITATION_ACTIVITY_UNSPECIFIED |
Invalid or empty value. |
EXPLOITATION_ACTIVITY_UNSPECIFIED_VALUE |
Invalid or empty value. |
NO_KNOWN |
No known exploitation activity. |
NO_KNOWN_VALUE |
No known exploitation activity. |
UNRECOGNIZED |
|
WIDE |
Exploitation has been reported or confirmed to widely occur. |
WIDE_VALUE |
Exploitation has been reported or confirmed to widely occur. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |