For the complete documentation index, see llms.txt. This page is also available as Markdown.

incidentImpact

Examples

enum IncidentImpact {
  CredentialTheft
  SecretTheft
  SensitiveDataTheft
  CryptoAssetTheft
  RemoteAccess
  RemoteCodeExecution
  ApplicationTampering
  DestructiveAction
  DenialOfService
  ResourceHijacking
  Unknown
}

Enum values

Enum value
Description

CredentialTheft

SecretTheft

SensitiveDataTheft

CryptoAssetTheft

RemoteAccess

RemoteCodeExecution

ApplicationTampering

DestructiveAction

DenialOfService

ResourceHijacking

Unknown

References

Fields with this object:

Last updated