snooze_occurrence
Temporarily pause a specific occurrence of an issue on Intruder MCP by providing a reason (e.g., accepted risk, false positive, mitigating controls) and optional details or duration.
Instructions
Snooze a specific occurrence of an issue.
Args:
issue_id: The ID of the issue
occurrence_id: The ID of the occurrence to snooze
reason: Reason for snoozing (required, must be one of ACCEPT_RISK, FALSE_POSITIVE, MITIGATING_CONTROLS)
details: Optional details for the snooze
duration: Optional duration for the snooze (in seconds)
duration_type: Optional duration type (e.g., 'days', 'hours')
The reasons mean:
- ACCEPT_RISK - Risk accepted for the issue and all of its occurrences
- FALSE_POSITIVE - False positive - issue and all occurrences have been verified as not exploitable
- MITIGATING_CONTROLS - Mitigating controls are in place
Input Schema
Name | Required | Description | Default |
---|---|---|---|
details | No | ||
duration | No | ||
duration_type | No | ||
issue_id | Yes | ||
occurrence_id | Yes | ||
reason | Yes |