chore(deps): Bump go 1.25.0 and google.golang.org/grpc >= 1.79.3 to fix CVE-2026-33186#6421
Merged
ntkathole merged 1 commit intoMay 21, 2026
Conversation
6317a6a to
468bc6c
Compare
468bc6c to
502238a
Compare
502238a to
c9ce501
Compare
ntkathole
approved these changes
May 21, 2026
Member
|
@patelchaitany good to update CI ymls as well touse updated go version .github/workflows/release.yml |
Member
|
Also, check if go toolset version needs updated in |
3e8a7ca to
c1e5700
Compare
CVE-2026-33186 Upgrade Go version from 1.24.12 to 1.25.0 and bump google.golang.org/grpc from v1.68.1 to v1.79.3 in the feast-operator to address CVE-2026-33186 (gRPC-Go authorization bypass due to improper HTTP/2 path validation). Updated: - infra/feast-operator/go.mod (go directive and grpc dep) - infra/feast-operator/Dockerfile (go-toolset:1.24 -> 1.25) - All CI workflow files (go-version: 1.25.0) Ref: RHOAIENG-55304 Signed-off-by: Chaitany patel <[email protected]> Co-authored-by: Cursor <[email protected]>
c1e5700 to
7fa3553
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
infra/feast-operator/go.modgoogle.golang.org/grpcfrom v1.68.1 to v1.79.3 to fix CVE-2026-33186 (authorization bypass due to improper HTTP/2:pathvalidation)go.sumwith transitive dependency updatesContext
CVE-2026-33186 affects gRPC-Go servers using path-based authorization interceptors. While the feast-operator uses grpc only as an indirect/transitive dependency (via controller-runtime → k8s.io/apiserver) and only in client mode, the container image scanner flags the version. This bump clears the scanner finding.
Ref: RHOAIENG-55304
Test plan
make fmtpassesmake vetpassesmake lintpasses (0 issues)make testpasses (all operator unit tests green)Made with Cursor