security: vulnerability remediation - #150
Open
kernel-internal[bot] wants to merge 1 commit into
Open
Conversation
Remediates GHSA-4x5r-pxfx-6jf8 (CVE-2026-49356, low): arbitrary file read via sourceMappingURL comment. First patched version on the 7.x line is 7.29.6; the tree previously resolved 7.28.6 transitively through jest. Pinned across overrides, pnpm.overrides and resolutions to match the existing minimatch convention. Co-authored-by: Cursor <cursoragent@cursor.com>
ulziibay-kernel
force-pushed
the
security/vuln-remediation
branch
from
July 31, 2026 18:07
5fc2a79 to
f488e66
Compare
ulziibay-kernel
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.
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
Dependency-only security bump with no application source changes; main risk is minor jest/Babel toolchain compatibility regressions.
Overview
Addresses GHSA-4x5r-pxfx-6jf8 by forcing transitive
@babel/core(pulled in via jest and related tooling) onto a patched release.Adds
"@babel/core": "^7.29.6"to npmoverrides, pnpmoverrides, and Yarnresolutionsinpackage.json, matching the existingminimatchoverride pattern.yarn.lockis updated so the resolved Babel stack moves from 7.28.x to 7.29.7 / 7.29.8 for@babel/coreand its dependent packages.Reviewed by Cursor Bugbot for commit f488e66. Bugbot is set up for automated code reviews on this repo. Configure here.