reportFalsePositiveInput

Input for reporting a false positive alert.

Examples

input ReportFalsePositiveInput {
  reportedAlertInput: ExcludeAlertInput!
  isExclude: Boolean!
}

Fields

Field
Description
Supported fields

reportedAlertInput ExcludeAlertInput!

Alert to report as false positive

oxIssueId String! rule ExclusionRuleInput comment String exclusionMode ExclusionMode expiredAt DateTime

isExclude Boolean!

Whether to create an exclusion for this false positive

References

Mutations using this object:

Last updated