-
-
Notifications
You must be signed in to change notification settings - Fork 816
Migrate to golang-jwt #1121
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
Comments
Hi @senorprogrammer , the link for the dependabot report is broken so I am unable to see which CVE is mentioned. Also, can you point me to Contributions doc on how to raise PR for any issue, also build tests etc. PS: New to contributions in general and go modules. |
It's this one GHSA-w73w-5m7g-f7qc And to contribute, create a PR with the changes and make sure the existing tests pass 🙂 If you need any help with Go or tooling, feel free to ask on this issue, or in the Slack channel. |
Replace transitive dependency of dgrijalva/jwt-go to golang-jwt/jwt to mitigate auth bypass (CVE-2020-26160)
I have raised the PR. Let me know if something else needs to be done here. |
What should it do?
Migrate from
jwt-go
togolang-jwt
because of security issues.See this report for details https://github.com/wtfutil/wtf/security/dependabot/go.sum/github.com%2Fdgrijalva%2Fjwt-go/open
The text was updated successfully, but these errors were encountered: