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

go: update github.com/golang-jwt/jwt to v4.0.0 #207

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

dongsupark
Copy link
Member

Update github.com/golang-jwt/jwt to the latest release v4.0.0, mainly mainly to address CVE-2020-26160.

As the old repo github.com/dgrijalva/jwt-go is now unmaintained, we need to change the repo name to the new one, github.com/golang-jwt/jwt.
However, we cannot remove the old repo from the vendor directory, because other repos like github.com/Azure/go-autorest or github.com/coreos/etcd still rely on the old name.
That's why we use replace command in go.mod for that.

Update `github.com/golang-jwt/jwt` to the latest release v4.0.0, mainly
mainly to address CVE-2020-26160.

As the old repo `github.com/dgrijalva/jwt-go` is now unmaintained, we
need to change the repo name to the new one,
`github.com/golang-jwt/jwt`. However, we cannot remove the old repo from
the vendor directory, because other repos like
`github.com/Azure/go-autorest` or `github.com/coreos/etcd` still rely on
the old name. That's why we use `replace` command in `go.mod` for that.
@dongsupark dongsupark requested a review from a team August 13, 2021 09:46
@dongsupark dongsupark merged commit 927a11b into flatcar-master Aug 13, 2021
@dongsupark dongsupark deleted the dongsu/update-jwt branch August 13, 2021 15:02
dongsupark pushed a commit to flatcar-archive/coreos-overlay that referenced this pull request Aug 16, 2021
Update mantle to 927a11b7463d8befc3face602e423e52fbd66953 mainly to
address CVE-2021-29482 (xz), CVE-2020-27813 (websocket), and
CVE-2020-26160 (jwt).

Pulls in flatcar/mantle#206 and
flatcar/mantle#207 .
dongsupark pushed a commit to flatcar-archive/coreos-overlay that referenced this pull request Aug 31, 2021
Update mantle to 8957a93e17c7c6491ff5e95e226832032ceea576, v0.16.0,
mainly to address CVE-2021-29482 (xz), CVE-2020-27813 (websocket), and
CVE-2020-26160 (jwt).

Pulls in flatcar/mantle#206 and
flatcar/mantle#207 .
dongsupark pushed a commit to flatcar-archive/coreos-overlay that referenced this pull request Sep 1, 2021
Update mantle to 8957a93e17c7c6491ff5e95e226832032ceea576, v0.16.0,
mainly to address CVE-2021-29482 (xz), CVE-2020-27813 (websocket), and
CVE-2020-26160 (jwt).

Pulls in flatcar/mantle#206 and
flatcar/mantle#207 .
t-lo pushed a commit to flatcar/scripts that referenced this pull request Apr 17, 2023
Update mantle to 8957a93e17c7c6491ff5e95e226832032ceea576, v0.16.0,
mainly to address CVE-2021-29482 (xz), CVE-2020-27813 (websocket), and
CVE-2020-26160 (jwt).

Pulls in flatcar/mantle#206 and
flatcar/mantle#207 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants