chore(deps): update dependency undici to v6.6.1 [security] #659
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:
6.0.0
->6.6.1
GitHub Vulnerability Alerts
CVE-2024-24750
Impact
Calling
fetch(url)
and not consuming the incoming body ((or consuming it very slowing) will lead to a memory leak.Patches
Patched in v6.6.1
Workarounds
Make sure to always consume the incoming body.
CVE-2024-24758
Impact
Undici already cleared Authorization headers on cross-origin redirects, but did not clear
Proxy-Authorization
headers.Patches
This is patched in v5.28.3 and v6.6.1
Workarounds
There are no known workarounds.
References
Release Notes
nodejs/undici (undici)
v6.6.1
Compare Source
Details on the vulnerabilities fixed will be shared in the next couple of days.
What's Changed
Full Changelog: nodejs/undici@v6.6.0...v6.6.1
v6.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v6.5.0...v6.6.0
v6.5.0
Compare Source
What's Changed
Full Changelog: nodejs/undici@v6.4.0...v6.5.0
v6.4.0
Compare Source
What's Changed
balanced-pool
,ca-fingerprint
,client-abort
tests tonode:test
by @sosukesuzuki in https://github.com/nodejs/undici/pull/2584client-connect
,client-dispatch
,client-errors
test tonode:test
by @sosukesuzuki in https://github.com/nodejs/undici/pull/2591New Contributors
Full Changelog: nodejs/undici@v6.3.0...v6.4.0
v6.3.0
Compare Source
What's Changed
a1a8136
by @KhafraDev in https://github.com/nodejs/undici/pull/2539@matteo.collina/tspl
to 0.1.1 by @sosukesuzuki in https://github.com/nodejs/undici/pull/2576abort-controller.js
tests tonode:test
runner by @sosukesuzuki in https://github.com/nodejs/undici/pull/2564async_hooks.js
tests tonode:test
runner by @sosukesuzuki in https://github.com/nodejs/undici/pull/2568agent.js
tests tonode:test
runner by @sosukesuzuki in https://github.com/nodejs/undici/pull/2566abort-event-emitter.js
tests tonode:test
runnner by @sosukesuzuki in https://github.com/nodejs/undici/pull/2565autoselectfamily.js
tests tonode:test
runner by @sosukesuzuki in https://github.com/nodejs/undici/pull/2570NODE_DEBUG
by @metcoder95 in https://github.com/nodejs/undici/pull/2585New Contributors
Full Changelog: nodejs/undici@v6.2.1...v6.3.0
v6.2.1
Compare Source
What's Changed
Full Changelog: nodejs/undici@v6.2.0...v6.2.1
v6.2.0
Compare Source
What's Changed
Full Changelog: nodejs/undici@v6.1.0...v6.2.0
v6.1.0
Compare Source
What's Changed
dispatch
by @tsctx in https://github.com/nodejs/undici/pull/2493String#toLowerCase
call by @tsctx in https://github.com/nodejs/undici/pull/2516New Contributors
Full Changelog: nodejs/undici@v6.0.1...v6.1.0
v6.0.1
Compare Source
What's Changed
Full Changelog: nodejs/undici@v6.0.0...v6.0.1
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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. View repository job log here.