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]>
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]>