applicationExtraInfo

Provides additional contextual information for a severity change.

Examples

type ApplicationExtraInfo {
  key: String
  link: String
  snippet: ExtraInfoSnippet
}

Fields

Field
Description
Supported fields

key String

The key associated with the extra information

link String

A link to further information or context

A snippet of code or text related to the severity change

detectionType String fileName String snippetLineNumber Int language String text String

References

Fields with this object:

Last updated