feat(api): GET /credential-reuse list + detail endpoints

Read-only routes for the credential-reuse findings produced by the
correlator. Mirrors the /credentials route shape: JWT-gated via
require_viewer, paginated with optional secret_kind /
min_target_count filters, and a 404-on-missing detail route.

No POST/PUT/PATCH (and no body parsing) so no 400 contract is
documented.
This commit is contained in:
2026-04-26 03:40:08 -04:00
parent 590c2b0fac
commit 181c792753
5 changed files with 306 additions and 0 deletions

View File