security: vulnerability remediation - #45
Open
kernel-internal[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5b44ceb. Configure here.
kernel-internal
Bot
force-pushed
the
security/vuln-remediation
branch
2 times, most recently
from
August 19, 2026 03:19
8adb80c to
a1a7f51
Compare
kernel-internal
Bot
force-pushed
the
security/vuln-remediation
branch
from
August 26, 2026 03:24
a1a7f51 to
0858302
Compare
ulziibay-kernel
approved these changes
Aug 26, 2026
ulziibay-kernel
left a comment
Contributor
There was a problem hiding this comment.
Approving: single-advisory dependency bump, lockfile/manifest only, no source changes.
kernel-internal
Bot
force-pushed
the
security/vuln-remediation
branch
from
September 2, 2026 03:10
0858302 to
c788046
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.

Vulnerability Remediation
Fixed
Not Included
Deferred details
Note
Medium Risk
Indirect Docker engine client used by container image push paths is upgraded via
replace; behavior should be unchanged but image/registry interactions are security-sensitive.Overview
Addresses GHSA-rg2x-37c3-w2rh by forcing the indirect
github.com/docker/dockerdependency (pulled in throughgithub.laiyagushi.com/google/go-containerregistry) onto a patched build via a newreplaceingo.mod, fromv28.5.2+incompatibletov28.5.3-0.20260325120914-0afb41ce194c+incompatible.go.sumis refreshed with checksums for that resolution, including additional transitive modules from the updated Docker client graph. No application source changes—only module pinning for the automated vulnerability workflow.Reviewed by Cursor Bugbot for commit c788046. Bugbot is set up for automated code reviews on this repo. Configure here.