Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to github.com/golang-jwt/jwt/v4 to address CVE-2020-26160 #277

Closed
JorritSalverda opened this issue Aug 27, 2021 · 0 comments · Fixed by #278
Closed

Migrate to github.com/golang-jwt/jwt/v4 to address CVE-2020-26160 #277

JorritSalverda opened this issue Aug 27, 2021 · 0 comments · Fixed by #278

Comments

@JorritSalverda
Copy link
Contributor

github.com/golang-jwt/jwt is a drop-in replacement for github.com/dgrijalva/jwt-go.

Version 4 - see https://github.com/golang-jwt/jwt/blob/main/MIGRATION_GUIDE.md - fixes vulnerability CVE-2020-26160 and does away with checking the issued at time, which is not supposed to be checked according to the JWT spec but can lead to Token used before issued errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant