fix: update undici override to ^6.24.1 to resolve all security advisories#22
Merged
davidkonigsberg merged 2 commits intomainfrom Mar 14, 2026
Merged
Conversation
…ries Updates the undici override from ^6.23.0 to ^6.24.1, resolving: - CVE-2026-2229: Unhandled Exception in WebSocket (server_max_window_bits) - CVE-2026-1528: Malicious WebSocket 64-bit length overflow - CVE-2026-1526: Unbounded Memory Consumption (permessage-deflate) - CVE-2026-1525: HTTP Request/Response Smuggling - CVE-2026-1527: CRLF Injection via upgrade option Keeps @actions/github at v6.0.1 to avoid ESM-only breakage from v9.0.0. Co-Authored-By: David Konigsberg <davidakonigsberg@gmail.com>
Co-Authored-By: David Konigsberg <davidakonigsberg@gmail.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
fern-support
approved these changes
Mar 14, 2026
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.
fix: update undici override to ^6.24.1 to fix all security advisories
Summary
Updates the
undicinpm override from^6.23.0to^6.24.1, resolving all 5 open dependabot alerts:server_max_window_bits)upgradeoptionThis replaces the approach in dependabot PR #21, which bumped
@actions/githubto v9.0.0 (ESM-only), breaking thenccbuild. Instead, we keep@actions/githubat v6.0.1 and only bump theundicioverride, which is simpler and avoids the ESM incompatibility.Review & Testing Checklist for Human
npm auditreports 0 vulnerabilities with this change)dist/index.jsrebuild looks correct (it reflects the undici security patches being bundled)Notes