Findings - Detail
Detailed information for a single finding.
📄️ Get Finding
Return a single finding by ID with policy rules filtered to the client's active regulations. Returns 404 when the finding does not exist or the user has no access.
📄️ Mark Finding as Mitigated
Mark a finding as externally mitigated by setting its is_mitigated_externally field to true. Returns 404 when the finding does not exist or nothing was modified.
📄️ Send Finding to Developer
Assign a finding to the given developer IDs, mark it as ready for review, and execute the SendToDevTeam notification workflow. Returns 404 when the finding is not accessible.
📄️ Generate Finding Report
Generate and return a SARIF report for a single finding. Returns 404 when the finding does not exist or the user has no access.
📄️ Toggle False Positive
Toggle the false-positive flag on a finding, closing any open pull requests, deleting its remediations, adjusting repository counters, and generating a mute remediation when marking as false positive. Returns 404 when the finding is not found.
📄️ List Developer Users
Return a cursor-paginated list of users with the developer role for the authenticated client. Supports cursor and limit (1-100) query parameters.
📄️ Get OWASP Categories
Return the list of OWASP Top 10 categories (id and title) loaded from the database and cached in memory. The response is cacheable for one hour.