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
ScoresPinAddPOST and ScoresPinDelPOST call strconv.ParseInt on user-supplied score IDs and panic(err) on failure. Any authenticated user can crash the handler by sending a non-numeric ID.
ScoresPinAddPOST and ScoresPinDelPOST call
strconv.ParseInton user-supplied score IDs andpanic(err)on failure. Any authenticated user can crash the handler by sending a non-numeric ID.app/v1/user_scores.go, lines 183-186 and 203-206