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
Merge pull request #24 from gorilla/compare-token-fix
[bugfix] Compare token fix
- subtle.ConstantTimeCompare did not check for matching slice lengths prior to Go
1.3 (fixed in https://codereview.appspot.com/118750043).
- gorilla/csrf was released a year after this came into place.
- Our TravisCI tests did not test against older versions of Go, and this wasn't
caught as a result.
- Have added Go 1.2 and Go 1.3 to the TravisCI config to address any future
regressions.
0 commit comments