list_findings
Retrieve vulnerability findings from DefectDojo using optional filters like severity, status, product, or CVE. Supports targeted searches and audits.
Instructions
List findings with optional filters.
Args: severity: Filter by severity (Critical, High, Medium, Low, Info) active: Filter active findings only verified: Filter verified findings only is_mitigated: Filter mitigated findings duplicate: Filter duplicates false_positive: Filter false positives (false_p) out_of_scope: Filter out-of-scope findings risk_accepted: Filter findings under an active risk acceptance test_id: Filter by test ID engagement_id: Filter by engagement ID (via test__engagement) product_id: Filter by product (asset) ID (via test__engagement__product) product_name: Filter by product (asset) name (server-side contains) title: Filter by title (server-side contains) title_exact: Filter by exact title cwe: Filter by CWE number vulnerability_id: Filter by CVE/vulnerability ID (e.g. CVE-2024-1234) reporter_id: Filter by reporter user ID mitigated_by_id: Filter by the user who mitigated outside_of_sla: Filter findings outside SLA tag: Filter by tag name (contains) ordering: Ordering fields (e.g. "-severity", "created", "-date") limit: Number of results per page (default 25) offset: Pagination offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwe | No | ||
| tag | No | ||
| limit | No | ||
| title | No | ||
| active | No | ||
| offset | No | ||
| test_id | No | ||
| ordering | No | ||
| severity | No | ||
| verified | No | ||
| duplicate | No | ||
| product_id | No | ||
| reporter_id | No | ||
| title_exact | No | ||
| is_mitigated | No | ||
| out_of_scope | No | ||
| product_name | No | ||
| engagement_id | No | ||
| risk_accepted | No | ||
| false_positive | No | ||
| outside_of_sla | No | ||
| mitigated_by_id | No | ||
| vulnerability_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||