ignore_vulnerability
Suppress specific security findings by hash to exclude them from subsequent scans, with optional justification.
Instructions
Ignore a specific vulnerability finding so it won't appear in future scans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_path | Yes | The root directory of the project (where .sast-mcp-ignore.json lives). | |
| finding_hash | Yes | The unique hash of the finding to ignore (shown in scan results). | |
| reason | No | Optional justification for ignoring the vulnerability. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |