security: vulnerability remediation - #150
Open
kernel-internal[bot] wants to merge 1 commit into
Open
Conversation
ulziibay-kernel
force-pushed
the
security/vuln-remediation
branch
from
July 31, 2026 18:07
5fc2a79 to
f488e66
Compare
ulziibay-kernel
previously approved these changes
Jul 31, 2026
ulziibay-kernel
left a comment
Contributor
There was a problem hiding this comment.
Verified the bump against the advisory's first patched version; rebuilt on current main and confirmed the toolchain lock/build is clean. CI green.
kernel-internal
Bot
force-pushed
the
security/vuln-remediation
branch
from
August 12, 2026 03:49
f488e66 to
35bfb52
Compare
kernel-internal
Bot
force-pushed
the
security/vuln-remediation
branch
from
August 19, 2026 03:24
35bfb52 to
e7dd428
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
Low Risk
Lockfile-only security bump for a dev-time Babel dependency; no runtime or auth/data-path code is modified.
Overview
Addresses GHSA-4x5r-pxfx-6jf8 by forcing the transitive
@babel/coreused by the Jest/Babel toolchain to 7.29.6 via a new Yarnresolutionsentry inpackage.json.The lockfile refresh moves the resolved
@babel/coretree from 7.28.6 to 7.29.6 and updates the matching 7.29.x@babel/*packages that depend on it. There are no application or library source changes—only dependency pinning.Reviewed by Cursor Bugbot for commit e7dd428. Bugbot is set up for automated code reviews on this repo. Configure here.