-
Notifications
You must be signed in to change notification settings - Fork 471
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
1.9 CVE fix #6774
1.9 CVE fix #6774
Conversation
Failure in Ci This looks like a go version issue
/kick |
/kick (A just-in-case, while looking into it some more.) Agree(d) with Ian after I saw this post.
Update:
I'll check golang updates to see where Update 2 |
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.
Can we also bump go-utils to pull in the fix for the logging npe if it's affected (solo-io/go-utils#487)
In the original PR that bumped go-utils to pull in the logging handler npe fix (solo-io#6709), I added logic to one of our kube2e tests to hit the logging endpoint. The idea was that this test will only pass if the request can be made. Since it's recommended in our production docs I think it's valuable that we have automated testing to confirm that it works. Can we add the same check to this branch as well?
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.
LGTM
Description
Fixes for GHSA-3wx7-46ch-7rq2, GHSA-vc3p-29h2-gpcp and GHSA-3wx7-46ch-7rq2
Checklist:
make -B install-go-tools generated-code
to ensure there will be no code diff