security: vulnerability remediation - #67
Open
kernel-internal[bot] wants to merge 1 commit into
Open
Conversation
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.
Vulnerability Remediation
Fixed
Not Included
Deferred details
Note
Medium Risk
Large transitive upgrades (gRPC, OpenTelemetry, Docker replace pins) can affect Docker/API client behavior even without code edits; validate builds and any Docker-related CLI flows.
Overview
This PR only updates
go.modandgo.sumto address GHSA-hrxh-6v49-42gf through dependency resolution—there are no application source changes.Direct bumps include
golang.org/x/sys(v0.38.0 → v0.43.0) andgolang.org/x/term(v0.37.0 → v0.42.0), plus the modulegodirective is normalized to 1.25.0.Transitive updates pull in newer gRPC (v1.75.1 → v1.82.1), protobuf (v1.36.10 → v1.36.11), refreshed google.golang.org/genproto stubs, and a coordinated OpenTelemetry stack (v1.38.0 → v1.43.0, including newly listed
otel/sdkmodules). Lockfile checksums also reflect minor bumps such asgolang.org/x/net,golang.org/x/sync,golang.org/x/text,github.com/cespare/xxhash/v2, andgithub.com/rogpeppe/go-internal.Existing
replacepins forgithub.com/docker/cliandgithub.com/docker/dockerare moved to newer patch/pre-release revisions as part of the same refresh.Reviewed by Cursor Bugbot for commit f4bead8. Bugbot is set up for automated code reviews on this repo. Configure here.