chore(deps): bump ws override to 8.21.0 (GHSA-96hv-2xvq-fx4p)#506
Merged
Conversation
Clears Dependabot alert #69 (CVE-2026-48779, high): memory exhaustion DoS in ws from tiny fragments and data chunks, vulnerable range >= 8.0.0 < 8.21.0. ws reaches us only as a dev-time transitive of jsdom and is pinned via the package.json overrides block (introduced for the websocket-driver cleanup), so the fix is bumping that override to the advisory's first patched version. Supply-chain check: 8.21.0 published 2026-05-22 (~8 weeks old), no advisories against the version itself (Snyk clean), not involved in the recent npm worm campaigns.
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.
Summary
Clears Dependabot alert #69 — CVE-2026-48779 / GHSA-96hv-2xvq-fx4p (high): memory-exhaustion DoS in
wsfrom tiny fragments and data chunks, vulnerable range>= 8.0.0 < 8.21.0.wsreaches the frontend only as a dev-time transitive of jsdom (test environment); it is not shipped to production bundles.overridesblock inapps/frontend/package.json, so the fix is a one-line override bump8.20.1 → 8.21.0plus the matching lockfile entry (6-line lockfile diff, nothing else moves).Supply-chain check
wswas not among the packages hit in the recent npm supply-chain campaigns.Verification
npm ls ws→8.21.0 overriddenvia jsdom.frontend-testjob on this PR is the authoritative check.