Files
mattandCursor 05a583290b fix(detectors/posthog): widen phx_ key body to {43,48} (#5133)
PostHog personal API keys now use a 48-char body (52 total with phx_),
while the detector only matched the legacy 43-char body (47 total).
Widen the regex to {43,48} and add a 48-char pattern test case.

Co-authored-by: Cursor <[email protected]>
2026-07-23 12:17:18 -04:00
..