Skip to content

security: vulnerability remediation - #150

Open
kernel-internal[bot] wants to merge 1 commit into
mainfrom
security/vuln-remediation
Open

security: vulnerability remediation#150
kernel-internal[bot] wants to merge 1 commit into
mainfrom
security/vuln-remediation

Conversation

@kernel-internal

@kernel-internal kernel-internal Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Vulnerability Remediation

This PR was generated by the Socket-centric vulnerability remediation workflow. Review the planned dependency changes and confirmation evidence before merging.

Fixed

CVE/GHSA Package Ecosystem Old Version New Version Manifest Confirmation
GHSA-4x5r-pxfx-6jf8 %40babel/core, jest None 29.7.0 7.29.6 confirmed

Not Included

  • Deferred by batch limit: 6 advisories. They will be considered by future runs.
  • Other deferred scanner findings: 1.
  • Unconfirmed attempted fixes: 0.
Deferred details
CVE/GHSA Package Reason
Unavailable from detector highlight.js Non-CVE alert is not handled by dependency remediation.

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 npm overrides, pnpm overrides, and Yarn resolutions in package.json, matching the existing minimatch override pattern. yarn.lock is updated so the resolved Babel stack moves from 7.28.x to 7.29.7 / 7.29.8 for @babel/core and its dependent packages.

Reviewed by Cursor Bugbot for commit f488e66. Bugbot is set up for automated code reviews on this repo. Configure here.

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
ulziibay-kernel force-pushed the security/vuln-remediation branch from 5fc2a79 to f488e66 Compare July 31, 2026 18:07

@ulziibay-kernel ulziibay-kernel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified the bump against the advisory's first patched version; rebuilt on current main and confirmed the toolchain lock/build is clean. CI green.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant