create_risk_acceptance
Create a new risk acceptance record in DefectDojo to formally accept specific findings, specifying owner, decision, and optional expiration details.
Instructions
Create a new risk acceptance (low-level: prefer accept_risk, which enforces expiration).
Args: name: Risk acceptance name owner_id: Owner user ID accepted_findings: List of finding IDs to accept recommendation: Security recommendation code (A, V, M, F, T) recommendation_details: Details about the recommendation decision: Risk treatment decision code (A, V, M, F, T) decision_details: Details about the decision / compensating controls expiration_date: Expiration date (YYYY-MM-DD or ISO datetime; mandatory in accept_risk) accepted_by: Name/email of the person accepting the risk reactivate_expired: Reactivate findings when the acceptance expires (default True) restart_sla_expired: Restart SLA when the acceptance expires (default False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| decision | No | ||
| owner_id | Yes | ||
| accepted_by | No | ||
| recommendation | No | ||
| expiration_date | No | ||
| decision_details | No | ||
| accepted_findings | Yes | ||
| reactivate_expired | No | ||
| restart_sla_expired | No | ||
| recommendation_details | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||