-
Notifications
You must be signed in to change notification settings - Fork 21
Update go version and packages for CVE-2023-44487 #20
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend to bump Go to 1.21
directly, plus also bump some Go dependencies:
github.com/containerd/containerd
to1.6.26
or highergithub.com/cyphar/filepath-securejoin
to0.2.4
or highergithub.com/docker/docker
to20.10.27
or highergo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
to0.44.0
or highergolang.org/x/crypto
to0.17.0
or higherk8s.io/kubernetes
to1.27.10
and allk8s.io/*
deps to match the same version
@macedogm Do we want to lump all of these changes in this PR? Or create a subsequent PR for proposed additional version bumps? |
Both way works for me. Feel free to do the way that is the best for you. |
We could just merge this PR and #18. So that the bumps can be managed automatically. |
* Update to Go 1.21 * Update deps for k8s 1.27 * Update rancher and norman dependencies * Bump x/crypto to v0.17.0 * Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.44.0 Ref: #20 (review), rancher/rancher#43318
Issue:
rancher/rancher#43318, #19