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

customSastSeverity

OX finding severity assigned to issues created by a custom SAST rule.

Examples

enum CustomSastSeverity {
  info
  low
  medium
  high
  critical
  appoxalypse
}

Enum values

Enum value
Description

info

low

medium

high

critical

appoxalypse

References

Fields with this object:

Last updated