search_issues
Search Coverity static analysis defects with filters for CID, checker, impact, and status. Get CID, checker, file, function, impact, and status for each issue to identify and triage code problems.
Instructions
Search for static analysis defects in the configured Coverity project. Returns CID, checker, file, function, impact, and status for each issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | No | Filter by specific CID (Coverity Issue ID) | |
| limit | No | Maximum number of results (default 25, max 200) | |
| impact | No | Filter by impact: High, Medium, or Low | |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by status: New, Triaged, Fixed, Dismissed | |
| checker | No | Filter by checker name (e.g. RESOURCE_LEAK, NULL_RETURNS) |