-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 7f8f85b
authored
Update dependency undici to v5.19.1 [SECURITY] (#7)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`5.14.0` -> `5.19.1`](https://renovatebot.com/diffs/npm/undici/5.14.0/5.19.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-2023-23936](https://togithub.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff)
### Impact
undici library does not protect `host` HTTP header from CRLF injection vulnerabilities.
### Patches
This issue was patched in Undici v5.19.1.
### Workarounds
Sanitize the `headers.host` string before passing to undici.
### References
Reported at https://hackerone.com/reports/1820955.
### Credits
Thank you to Zhipeng Zhang ([@​timon8](https://hackerone.com/timon8)) for reporting this vulnerability.
---
### Release Notes
<details>
<summary>nodejs/undici (undici)</summary>
### [`v5.19.1`](https://togithub.com/nodejs/undici/releases/tag/v5.19.1)
[Compare Source](https://togithub.com/nodejs/undici/compare/v5.19.0...v5.19.1)
#### 1 parent d37cc6d commit 7f8f85bCopy full SHA for 7f8f85b
File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedFilter options
- packages/next
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
|
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments