Conversation
…q-fx4p Dependabot alert #38 (high, CVE-2026-48779): ws memory exhaustion DoS via tiny fragments and data chunks, affecting ws >=8.0.0 <8.21.0. Transitive dev dependency via jsdom -> vitest (used in the test environment only, not shipped in the production build). Add a pnpm-workspace.yaml override pinning ws to >=8.21.0. No direct dependency versions changed.
This was referenced Jul 10, 2026
This was referenced Sep 2, 2026
This was referenced Sep 11, 2026
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.
What
Remediates Dependabot alert #38 (high severity): GHSA-96hv-2xvq-fx4p / CVE-2026-48779 —
wsmemory exhaustion DoS from tiny fragments and data chunks, affectingws>=8.0.0 <8.21.0.Where it comes from
wsis a transitive dev dependency:jsdom(test environment) ->vitest/@vitest/coverage-v8/@vitest/ui. It is not part of the production build (pnpm buildoutput does not bundle it).Fix
Add a
pnpm-workspace.yamloverride pinningwsto^8.21.0(first patched version). No directpackage.jsondependency versions were changed -- this is a transitive-only remediation, scoped to the single advisory.Removal note left in the override comment: drop once
jsdombumps its ownwsdependency past 8.21.0.Verification
pnpm install-- lockfile updated,pnpm why wsconfirms resolution at8.21.0pnpm test-- 57/57 files, 1298/1298 tests passingpnpm build-- cleanFiled by Fro Bot autohealing (schedule-95a0d398-29069840394) -- category 2 security remediation.