Skip to content

Bump undici from 7.16.0 to 7.24.0 in /site#9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/site/undici-7.24.0
Closed

Bump undici from 7.16.0 to 7.24.0 in /site#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/site/undici-7.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 13, 2026

Copy link
Copy Markdown

Bumps undici from 7.16.0 to 7.24.0.

Release notes

Sourced from undici's releases.

v7.24.0

Undici v7.24.0 Security Release Notes

This release addresses multiple security vulnerabilities in Undici.

Upgrade guidance

All users on v7 should upgrade to v7.24.0 or later.

Fixed advisories

Affected and patched ranges

References

v7.23.0

What's Changed

... (truncated)

Commits
  • 07a3906 Bumped v7.24.0 (#4887)
  • 74495c6 fix: reject duplicate content-length and host headers
  • 84235c6 Fix websocket 64-bit length overflow
  • 77594f9 fix: validate upgrade header to prevent CRLF injection
  • cb79c57 fix: validate server_max_window_bits range in permessage-deflate
  • 4147ce2 Merge commit '2ee00cb3'
  • 2ee00cb fix(websocket): add maxDecompressedMessageSize limit for permessage-deflate
  • 5890c7b fix(deduplicate): stream response chunks to waiting handlers
  • fbda3c1 Bumped v7.23.0 (#4884)
  • 07276c9 fix: remove unused kSocketPath symbol
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by cubic

Upgrade undici in /site from 7.16.0 to 7.24.0 to patch security issues and harden HTTP/WebSocket handling. No app code changes, only a dependency bump.

  • Dependencies
    • Bumped undici to 7.24.0.
    • Includes fixes for request smuggling, CRLF injection, WebSocket length handling, and permessage-deflate memory limits.
    • Requires Node >= 20.18.1 per engines.

Written for commit c4d98cc. Summary will update on new commits.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.24.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.16.0...v7.24.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.24.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 13, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

wolf31o2 pushed a commit that referenced this pull request May 30, 2026
Decouple TCP accept from handshake so one slow peer no longer blocks
all inbound connections.  Each handshake now runs as an independent
tokio task, gated by a semaphore (--max-handshaking, default 64) and
a per-IP connection cap (--max-connections-per-ip, default 3).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wolf31o2 pushed a commit that referenced this pull request May 30, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wolf31o2 pushed a commit that referenced this pull request May 30, 2026
…uses

- Test count 258/280 → 291 in README, CLAUDE.md, implementation-plan
- README scheduler label: strict priority → PriorityWfq (actual default)
- CLAUDE.md: document SubmitTransaction broadcast in coordinator
- Risk register: consistent "Fixed" status (#8 was "Resolved", #9 "Mitigated")

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Author

Superseded by #53.

@dependabot dependabot Bot closed this Jun 18, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/site/undici-7.24.0 branch June 18, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants