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: use crypto.randomBytes for session ID generation
generateSecureSessionId() used Math.random() which is cryptographically
predictable. Replace with crypto.randomBytes() so session IDs cannot
be guessed by observing previous values.
0 commit comments