exploitationActivity property

String? exploitationActivity
getter/setter pair

The exploitation activity of the vulnerability in the wild. Possible string values are:

  • "EXPLOITATION_ACTIVITY_UNSPECIFIED" : Invalid or empty value.
  • "WIDE" : Exploitation has been reported or confirmed to widely occur.
  • "CONFIRMED" : Limited reported or confirmed exploitation activities.
  • "AVAILABLE" : Exploit is publicly available.
  • "ANTICIPATED" : No known exploitation activity, but has a high potential for exploitation.
  • "NO_KNOWN" : No known exploitation activity.

Implementation

core.String? exploitationActivity;