fix(security): update wrangler to resolve undici vulnerabilities#286
Closed
fix(security): update wrangler to resolve undici vulnerabilities#286
Conversation
…ities Updates wrangler lockfile resolution from vulnerable version to 4.75.0, which includes miniflare with patched undici >= 7.24.0. Resolves Dependabot alerts: - #135 (High): Unbounded Memory Consumption in WebSocket permessage-deflate - #134 (High): Unhandled Exception in WebSocket Client - #133 (Medium): CRLF Injection via upgrade option - #132 (Medium): Unbounded Memory in DeduplicationHandler - #131 (High): Malicious WebSocket 64-bit length overflows parser - #130 (Medium): HTTP Request/Response Smuggling Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
Superseded by #287 — the clean lockfile regeneration resolves wrangler to 4.75.0 which includes patched undici. |
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
wranglerlockfile resolution to 4.75.0, which pulls in patchedminiflarewithundici>= 7.24.0^4.70.0range already covers 4.75.0Fixes 6 undici security vulnerabilities (3 High, 3 Medium).
Dependabot Alerts Resolved
upgradeoptionTest plan
npm installcompletes without errorsnpm auditno longer reports undici vulnerabilities🤖 Generated with Claude Code