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 open redirect vulnerability in OAuth return path
Validate that the OAuth return path stored in the session is a safe
relative path. Protocol-relative URLs (e.g. //evil.com) are rejected
and replaced with "/" to prevent redirecting users to external domains
after the OAuth flow completes.
0 commit comments