remove maxDecompressedMessageSize#4891
Merged
mcollina merged 4 commits intonodejs:mainfrom Mar 14, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4891 +/- ##
=======================================
Coverage 92.89% 92.89%
=======================================
Files 112 112
Lines 35665 35635 -30
=======================================
- Hits 33131 33104 -27
+ Misses 2534 2531 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Can we add this to the dispatcher or something similar? |
Member
|
Sorry for this. I fixed the vuln and didn’t realize this should have been hardcoded, we typically add security overrides when doing sec work. |
mcollina
added a commit
that referenced
this pull request
Mar 14, 2026
* remove maxDecompressedMessageSize * remove maxDecompressedMessageSize * remove maxDecompressedMessageSize * test: remove unused websocket test helpers --------- Co-authored-by: Matteo Collina <hello@matteocollina.com>
Member
Author
I think we could add a new WebSocketDispatcher or similar, just wanted to get this in before people started using it. |
Member
|
Yep. I got it out and it will not be in Node.js |
mergify bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Mar 14, 2026
…ip ci] Bumps [undici](https://github.com/nodejs/undici) from 7.22.0 to 7.24.2. Release notes *Sourced from [undici's releases](https://github.com/nodejs/undici/releases).* > v7.24.2 > ------- > > What's Changed > -------------- > > * fix fetch path logic by [`@KhafraDev`](https://github.com/KhafraDev) in [nodejs/undici#4890](https://redirect.github.com/nodejs/undici/pull/4890) > * remove maxDecompressedMessageSize by [`@KhafraDev`](https://github.com/KhafraDev) in [nodejs/undici#4891](https://redirect.github.com/nodejs/undici/pull/4891) > > **Full Changelog**: <nodejs/undici@v7.24.1...v7.24.2> > > v7.24.1 > ------- > > What's Changed > -------------- > > * fix: **proto** pollution by [`@rahulyadav5524`](https://github.com/rahulyadav5524) in [nodejs/undici#4885](https://redirect.github.com/nodejs/undici/pull/4885) > > **Full Changelog**: <nodejs/undici@v7.24.0...v7.24.1> > > 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 > ---------------- > > * [GHSA-2mjp-6q6p-2qxm](GHSA-2mjp-6q6p-2qxm) / CVE-2026-1525 (Medium) > Inconsistent interpretation of HTTP requests (request/response smuggling class issue). > * [GHSA-f269-vfmq-vjvj](GHSA-f269-vfmq-vjvj) / CVE-2026-1528 (High) > Malicious WebSocket 64-bit frame length handling could crash the client. > * [GHSA-phc3-fgpg-7m6h](GHSA-phc3-fgpg-7m6h) / CVE-2026-2581 (Medium) > Unbounded memory consumption in deduplication interceptor response buffering (DoS risk). > * [GHSA-4992-7rv2-5pvq](GHSA-4992-7rv2-5pvq) / CVE-2026-1527 (Medium) > CRLF injection via the `upgrade` option. > * [GHSA-v9p9-hfj2-hcw8](GHSA-v9p9-hfj2-hcw8) / CVE-2026-2229 (High) > Unhandled exception from invalid `server_max_window_bits` in WebSocket permessage-deflate negotiation. > * [GHSA-vrm6-8vpv-qv8q](GHSA-vrm6-8vpv-qv8q) / CVE-2026-1526 (High) > Unbounded memory consumption in WebSocket permessage-deflate decompression. > > Affected and patched ranges > --------------------------- > > * CVE-2026-1525: affected `7.0.0 < 7.24.0`, patched `7.24.0` > * CVE-2026-1528: affected `7.0.0 < 7.24.0`, patched `7.24.0` > * CVE-2026-2581: affected `>= 7.17.0 < 7.24.0`, patched `7.24.0` > * CVE-2026-1527: affected `7.0.0 < 7.24.0`, patched `7.24.0` ... (truncated) Commits * [`f2e155b`](nodejs/undici@f2e155b) Bumped v7.24.2 * [`4d2d1af`](nodejs/undici@4d2d1af) remove maxDecompressedMessageSize ([#4891](https://redirect.github.com/nodejs/undici/issues/4891)) * [`3a05a4f`](nodejs/undici@3a05a4f) fix fetch path logic ([#4890](https://redirect.github.com/nodejs/undici/issues/4890)) * [`23e3cd3`](nodejs/undici@23e3cd3) Bumped v7.24.1 * [`3aedaa8`](nodejs/undici@3aedaa8) remove PLAN.md * [`0d7ec33`](nodejs/undici@0d7ec33) fix: **proto** pollution ([#4885](https://redirect.github.com/nodejs/undici/issues/4885)) * [`07a3906`](nodejs/undici@07a3906) Bumped v7.24.0 ([#4887](https://redirect.github.com/nodejs/undici/issues/4887)) * [`74495c6`](nodejs/undici@74495c6) fix: reject duplicate content-length and host headers * [`84235c6`](nodejs/undici@84235c6) Fix websocket 64-bit length overflow * [`77594f9`](nodejs/undici@77594f9) fix: validate upgrade header to prevent CRLF injection * Additional commits viewable in [compare view](nodejs/undici@v7.22.0...v7.24.2) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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](https://github.com/ArcadeData/arcadedb/network/alerts).
mergify bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Mar 14, 2026
Bumps [undici](https://github.com/nodejs/undici) from 7.22.0 to 7.24.2. Release notes *Sourced from [undici's releases](https://github.com/nodejs/undici/releases).* > v7.24.2 > ------- > > What's Changed > -------------- > > * fix fetch path logic by [`@KhafraDev`](https://github.com/KhafraDev) in [nodejs/undici#4890](https://redirect.github.com/nodejs/undici/pull/4890) > * remove maxDecompressedMessageSize by [`@KhafraDev`](https://github.com/KhafraDev) in [nodejs/undici#4891](https://redirect.github.com/nodejs/undici/pull/4891) > > **Full Changelog**: <nodejs/undici@v7.24.1...v7.24.2> > > v7.24.1 > ------- > > What's Changed > -------------- > > * fix: **proto** pollution by [`@rahulyadav5524`](https://github.com/rahulyadav5524) in [nodejs/undici#4885](https://redirect.github.com/nodejs/undici/pull/4885) > > **Full Changelog**: <nodejs/undici@v7.24.0...v7.24.1> > > 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 > ---------------- > > * [GHSA-2mjp-6q6p-2qxm](GHSA-2mjp-6q6p-2qxm) / CVE-2026-1525 (Medium) > Inconsistent interpretation of HTTP requests (request/response smuggling class issue). > * [GHSA-f269-vfmq-vjvj](GHSA-f269-vfmq-vjvj) / CVE-2026-1528 (High) > Malicious WebSocket 64-bit frame length handling could crash the client. > * [GHSA-phc3-fgpg-7m6h](GHSA-phc3-fgpg-7m6h) / CVE-2026-2581 (Medium) > Unbounded memory consumption in deduplication interceptor response buffering (DoS risk). > * [GHSA-4992-7rv2-5pvq](GHSA-4992-7rv2-5pvq) / CVE-2026-1527 (Medium) > CRLF injection via the `upgrade` option. > * [GHSA-v9p9-hfj2-hcw8](GHSA-v9p9-hfj2-hcw8) / CVE-2026-2229 (High) > Unhandled exception from invalid `server_max_window_bits` in WebSocket permessage-deflate negotiation. > * [GHSA-vrm6-8vpv-qv8q](GHSA-vrm6-8vpv-qv8q) / CVE-2026-1526 (High) > Unbounded memory consumption in WebSocket permessage-deflate decompression. > > Affected and patched ranges > --------------------------- > > * CVE-2026-1525: affected `7.0.0 < 7.24.0`, patched `7.24.0` > * CVE-2026-1528: affected `7.0.0 < 7.24.0`, patched `7.24.0` > * CVE-2026-2581: affected `>= 7.17.0 < 7.24.0`, patched `7.24.0` > * CVE-2026-1527: affected `7.0.0 < 7.24.0`, patched `7.24.0` ... (truncated) Commits * [`f2e155b`](nodejs/undici@f2e155b) Bumped v7.24.2 * [`4d2d1af`](nodejs/undici@4d2d1af) remove maxDecompressedMessageSize ([#4891](https://redirect.github.com/nodejs/undici/issues/4891)) * [`3a05a4f`](nodejs/undici@3a05a4f) fix fetch path logic ([#4890](https://redirect.github.com/nodejs/undici/issues/4890)) * [`23e3cd3`](nodejs/undici@23e3cd3) Bumped v7.24.1 * [`3aedaa8`](nodejs/undici@3aedaa8) remove PLAN.md * [`0d7ec33`](nodejs/undici@0d7ec33) fix: **proto** pollution ([#4885](https://redirect.github.com/nodejs/undici/issues/4885)) * [`07a3906`](nodejs/undici@07a3906) Bumped v7.24.0 ([#4887](https://redirect.github.com/nodejs/undici/issues/4887)) * [`74495c6`](nodejs/undici@74495c6) fix: reject duplicate content-length and host headers * [`84235c6`](nodejs/undici@84235c6) Fix websocket 64-bit length overflow * [`77594f9`](nodejs/undici@77594f9) fix: validate upgrade header to prevent CRLF injection * Additional commits viewable in [compare view](nodejs/undici@v7.22.0...v7.24.2) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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](https://github.com/ArcadeData/arcadedb/network/alerts).
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.
If you want to set the limit, use ws.