chore(deps): update dependency undici to v8.9.0 - #292
Open
MFSGA wants to merge 7 commits into
Open
Conversation
MFSGA
force-pushed
the
renovate/undici-8.x
branch
from
July 22, 2026 06:18
74cccfb to
95c493e
Compare
MFSGA
force-pushed
the
renovate/undici-8.x
branch
2 times, most recently
from
July 25, 2026 06:06
95c493e to
928ae1b
Compare
MFSGA
force-pushed
the
renovate/undici-8.x
branch
from
July 26, 2026 06:25
928ae1b to
408454d
Compare
MFSGA
force-pushed
the
renovate/undici-8.x
branch
from
July 27, 2026 06:54
408454d to
2aa1362
Compare
MFSGA
force-pushed
the
renovate/undici-8.x
branch
from
July 28, 2026 06:13
2aa1362 to
7ee12a7
Compare
MFSGA
force-pushed
the
renovate/undici-8.x
branch
from
July 29, 2026 06:18
7ee12a7 to
e51af5c
Compare
MFSGA
force-pushed
the
renovate/undici-8.x
branch
from
July 30, 2026 06:10
e51af5c to
673d58e
Compare
MFSGA
force-pushed
the
renovate/undici-8.x
branch
from
July 31, 2026 06:35
673d58e to
ba56e27
Compare
Owner
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
8.8.0→8.9.0Release Notes
nodejs/undici (undici)
v8.9.0Compare Source
High severity
privateCache-Control directives could cause cross-user information disclosure in shared caches or a parse-time crash. The cache parser now treats empty qualified directives conservatively and safely handles mixed qualified and unqualified directives. Fixed by 4fe5bc5f with regression coverage in 9f09b49a.Medium severity
typeproperty on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generatedcontent-typeheader. Undici now coerces and validates the value before adding it to the request. Fixed by 7d3cf924.=in qualifiedno-cacheandprivatedirectives could bypass shared-cache restrictions and disclose authenticated data across users. Cache-Control parsing now normalizes these forms and applies conservative cache decisions. Fixed by c601fff1.Content-Lengthafter resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whoseContent-Lengthis inconsistent withContent-Range. Fixed by e11a68ed, with corrected fixtures in 2b3f7493.domainandunparsedvalues passed tosetCookie()could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by 10d93fc3.Additional hardening
Undici now validates non-string header values after coercion, including array elements, preventing crafted
toString()orSymbol.toPrimitiveimplementations from introducing CRLF sequences. This defense-in-depth change was made in 354a151f.What's Changed
New Contributors
Full Changelog: nodejs/undici@v8.8.0...v8.9.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.