You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(runtime): CSPRNG-backed UUID fallback in the auth domain (CodeQL js/insecure-randomness)
The extraction made the legacy Math.random() RFC4122 fallback "changed
code" and CodeQL flagged it (the ids feed mock session tokens). Prefer
crypto.randomUUID, fall back to crypto.getRandomValues-built v4; the
no-crypto-at-all branch (ancient runtimes, mock-only) avoids
Math.random too.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments