update_finding
Advance a security finding through its lifecycle by updating its status and metadata. Use to acknowledge, remediate, verify, or dismiss findings recorded in the threat model.
Instructions
Advance a finding through its lifecycle. Mutating: updates the finding's status and metadata.
Use to acknowledge, remediate, verify, or dismiss a finding previously recorded by submit_findings / list_findings. This records a manual status transition; for gaps whose kind has an automatic fix, preview_finding_remediation + apply_finding_remediation perform the actual cleanup instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional free-text notes recorded on the finding. | |
| reason | No | Optional rationale; required when dismissing (status="dismissed"). | |
| status | Yes | New lifecycle status, one of "discovered", "acknowledged", "remediated", "verified", "dismissed". | |
| model_id | Yes | ID of the threat model. | |
| finding_id | Yes | ID of the finding to update. | |
| server_version | Yes | ||
| remediation_assertion_ids | No | Optional comma-separated assertion IDs that evidence the fix, linking the remediation to the assertions that prove it. Empty by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||