-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps): Migrate to github.com/go-jose/go-jose/v3 #7750
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
|
|
Hi @isibeni. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
khrm
left a comment
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.
/ok-to-test
|
I think the dependable bot would raise a pr for this. It did in other repos. |
|
took me a while to get my CLA approval. Trying to rebase now but I'm struggling to run go mod tidy as this commit 59c241e introduced containerd 1.17.14 which seems to require go 1.21 When running go mod tidy it would also bump the go version in the go.mod file. When trying to run go mod tidy for version 1.19 it fails: $ go mod tidy -go=1.19
go: github.com/containerd/[email protected] requires [email protected], but 1.19 is requestedI guess an update to 1.21. is needed or am I missing sth? |
|
@isibeni yes, most likely an update to go 1.21 is required. |
|
@vdemeester How are go updates usually handled in tekton? Just a plain PR that is bumping the version in go.mod? Or is there a bigger process involved? Or can I just bump it within my PR? |
Yes, you can update it in |
|
/kind misc |
|
/retest |
Stop using archived gopkg.in/square/go-jose.v2 pkg Switch to github.com/go-jose/go-jose/v3 instead Fixes CVE-2024-28180
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks @isibeni - this will address https://pkg.go.dev/vuln/GO-2024-2631 as well. |
afrittoli
left a comment
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.
Thanks for this!
We will have to backport this, but that will also mean updating the go version for LTS releases.
/lgtm
|
Thanks for merging!!! |
|
/cherry-pick release-v0.56.x |
|
/cherry-pick release-v0.53.x |
|
/cherry-pick release-v0.50.x |
|
/cherry-pick release-v0.47.x |
|
@vdemeester: #7750 failed to apply on top of branch "release-v0.56.x": In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@vdemeester: #7750 failed to apply on top of branch "release-v0.53.x": In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@vdemeester: #7750 failed to apply on top of branch "release-v0.50.x": In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@vdemeester: #7750 failed to apply on top of branch "release-v0.47.x": In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Alright, will have to do those manually 😛 |
Changes
Stop using archived gopkg.in/square/go-jose.v2 pkg
Switch to github.com/go-jose/go-jose/v3 instead
Fixes CVE-2024-28180
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes