Skip to content

fix: JWT Security Warning #334

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

Merged
merged 6 commits into from
Mar 11, 2022
Merged

fix: JWT Security Warning #334

merged 6 commits into from
Mar 11, 2022

Conversation

yasirfolio3
Copy link
Contributor

@yasirfolio3 yasirfolio3 commented Mar 8, 2022

Summary

  • Updating JWT library from https://github.com/dgrijalva/jwt-go to https://github.com/golang-jwt/jwt because of security issues since the former one is no longer maintained and it is suggested to move to the later one.
  • Updating to version [v3.2.1](https://github.com/golang-jwt/jwt/releases/tag/v3.2.1) of the library since post this version, only go version 1.15 and upwards are supported whereas agent uses go 1.13.

Issues

GO Release Policy

  • Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release. We fix critical problems, including critical security problems, in supported releases as needed by issuing minor revisions (for example, Go 1.6.1, Go 1.6.2, and so on).

Copy link
Contributor

@msohailhussain msohailhussain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@msohailhussain msohailhussain merged commit 7c879a4 into master Mar 11, 2022
@msohailhussain msohailhussain deleted the yasir/fix-jwt-warning branch March 11, 2022 17:49
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 this pull request may close these issues.

2 participants