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
never trust client input; don't blindly overwrite current db board state w/ whatever the client sends. A user could craft req such that entire board gets replaced w/ diff state if we dont perform backup validation server-side.
never trust client input; don't blindly overwrite current db board state w/ whatever the client sends. A user could craft req such that entire board gets replaced w/ diff state if we dont perform backup validation server-side.