Object

UpdateFalsePositiveInput

Specifies the fields required to update whether an issue should be treated as a false positive or not.

Fields

scan_id(): ID!
The unique identifier of the scan that found the issue that you want to mark or unmark as a false positive.
serial_number(): ID
The unique identifier for the individual instance of the issue that you want to mark or unmark as a false positive.
is_false_positive(): Boolean
Specifies whether the issue should be marked as a false positive or not.
propagation_mode(): FalsePositivePropagationMode
Determines whether this change applies only to this instance of the issue, to all issues of the same type at the same URL, or all issues of the same type across the entire site.