From 8c261bdac74d579fb39b22a17412a746ba531bfd Mon Sep 17 00:00:00 2001 From: Paul Osinski Date: Mon, 21 Sep 2026 16:53:57 -0400 Subject: [PATCH] docs(risk-acceptance): describe the Exception Requested finding-table column The "Requested exceptions in your metrics" section pointed readers at the has_pending_exception API filter as the only way to build the exception queue. DefectDojo Pro's finding tables now offer an Exception Requested column (hidden by default) with a Yes/No filter, so describe that first and keep the API filter name as the alternative. Co-Authored-By: Claude Fable 5 --- .../findings_workflows/PRO__risk_acceptance.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/triage_findings/findings_workflows/PRO__risk_acceptance.md b/docs/content/triage_findings/findings_workflows/PRO__risk_acceptance.md index 40fd8f0944c..eadb36719aa 100644 --- a/docs/content/triage_findings/findings_workflows/PRO__risk_acceptance.md +++ b/docs/content/triage_findings/findings_workflows/PRO__risk_acceptance.md @@ -387,7 +387,9 @@ status band, **Exception Requested**, instead of **Active**: - Findings waiting on a decision carry an **Exception Requested** badge in Finding tables, alongside their real status — the Finding is still Active, and the badge says somebody is waiting. -- Filter Findings on `has_pending_exception` to build that queue. +- Finding tables offer an **Exception Requested** column, hidden by default: turn it on from the + column picker and filter it to Yes to build that queue directly in the table. The same filter is + available on the API as `has_pending_exception`. - Filter Risk Acceptances on `workflow_state=proposed&workflow_state=under_review` to see the requests waiting for a reviewer.