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
Security: bind link codes to initiating user (CSRF fix)
CreateForLinking now requires initiatingUserId parameter, stored in
UserId field. This prevents CSRF attacks where an attacker generates
a link code and tricks a victim into exchanging it, linking the
attacker's GitHub to the victim's account.
Addresses adversarial review finding #1 (CRITICAL).
0 commit comments