fix: bump next and expand pnpm overrides for high-severity vulns - #388
Merged
Conversation
- Bump next to ^15.5.24 (GHSA-p293-qw3h-jr36, GHSA-2xp9-vwfh-vxw4) - Expand brace-expansion overrides to cover <1.1.18, <2.1.4, <5.0.9 - Bump fast-uri override to ^3.1.6 (SSRF + host confusion) - Bump js-yaml override to ^4.3.2 (quadratic CPU DoS) - Bump sharp override to ^0.35.4 - Add browserslist ^4.28.7 override (OOM + prototype write) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Check out the recent updates to your Headless Platform preview environment:
Learn more about preview environments in our documentation. |
josephfusco
approved these changes
Sep 10, 2026
colinmurphy
approved these changes
Sep 10, 2026
theodesp
enabled auto-merge (squash)
September 11, 2026 12:38
josephfusco
disabled auto-merge
September 11, 2026 16:58
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.
Summary
nextto^15.5.24to close 2 critical RCEs (GHSA-p293-qw3h-jr36, GHSA-2xp9-vwfh-vxw4)highfindings frompnpm audit:brace-expansionranges widened to<1.1.18,<2.1.4,<5.0.9(GHSA-rgw5-rvv9-x895)fast-uri→^3.1.6(SSRF + host confusion)js-yaml→^4.3.2(quadratic CPU DoS)sharp→^0.35.4browserslist→^4.28.7(OOM + prototype write)Remaining
One
highfinding cannot be fixed via override:url-regex(transitive via@jsdevtools/rehype-url-inspector) — the advisory lists no patched version. Follow-up options: replace the plugin with a maintained alternative, or accept the risk (input is authored MDX, not user-submitted).Test plan
pnpm installsucceedspnpm audit --audit-level=highreports only the unpatchedurl-regexfinding🤖 Generated with Claude Code