severity property

String? severity
getter/setter pair

Severity level to match.

Required. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Severity level not specified.
  • "INFORMATIONAL" : Suspicious events that do not pose an immediate threat, but that are reported to call attention to deeper problems that could possibly exist.
  • "LOW" : Warning-level threats that have very little impact on an organization's infrastructure. They usually require local or physical system access and may often result in victim privacy issues and information leakage.
  • "MEDIUM" : Minor threats in which impact is minimized, that do not compromise the target or exploits that require an attacker to reside on the same local network as the victim, affect only non-standard configurations or obscure applications, or provide very limited access.
  • "HIGH" : Threats that have the ability to become critical but have mitigating factors; for example, they may be difficult to exploit, do not result in elevated privileges, or do not have a large victim pool.
  • "CRITICAL" : Serious threats, such as those that affect default installations of widely deployed software, result in root compromise of servers, and the exploit code is widely available to attackers. The attacker usually does not need any special authentication credentials or knowledge about the individual victims and the target does not need to be manipulated into performing any special functions.

Implementation

core.String? severity;