reopen_finding
Reactivate a closed or mitigated finding in DefectDojo, clearing its mitigated state and flags unless you choose to preserve false-positive or out-of-scope status.
Instructions
Reopen (reactivate) a closed/mitigated finding.
Clears the mitigated state and any false-positive/duplicate/out-of-scope flags unless explicitly restored.
Args: finding_id: The finding ID to reopen note: Optional note explaining the reopening restore_false_positive: Keep the false_p flag as-is instead of clearing it restore_out_of_scope: Keep the out_of_scope flag as-is instead of clearing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| finding_id | Yes | ||
| restore_out_of_scope | No | ||
| restore_false_positive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||