remediation
Create and update notes on AttackForge vulnerabilities to document fixes and track mitigation work.
Instructions
Manage remediation notes on AttackForge vulnerabilities.
Actions: create_note — POST /vulnerability/:vulnerability_id/remediationNote (requires: vulnerability_id, fields) Key fields: projectId (required), note (required), note_type ("PLAINTEXT" or "RICHTEXT") update_note — PUT /vulnerability/:vulnerability_id/remediationNote/:note_id (requires: vulnerability_id, note_id, fields)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| fields | No | ||
| note_id | No | ||
| vulnerability_id | No |