-
Notifications
You must be signed in to change notification settings - Fork 67
Commit e2d6559
authored
chore(deps): update dependency undici to v6.6.1 [security] (#410)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org)
([source](https://github.com/nodejs/undici)) | [`6.4.0` ->
`6.6.1`](https://renovatebot.com/diffs/npm/undici/6.4.0/6.6.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
### GitHub Vulnerability Alerts
####
[CVE-2024-24750](https://github.com/nodejs/undici/security/advisories/GHSA-9f24-jqhm-jfcw)
### 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](https://github.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3)
### 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
- https://fetch.spec.whatwg.org/#authentication-entries
-
GHSA-wqq4-5wpv-mx2g
---
### Release Notes
<details>
<summary>nodejs/undici (undici)</summary>
### [`v6.6.1`](https://github.com/nodejs/undici/releases/tag/v6.6.1)
[Compare
Source](https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1)
#### 1 parent 81488d4 commit e2d6559Copy full SHA for e2d6559
1 file changed
+3
-3
lines changed+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments