Skip to content

deps: fix critical websocket-driver advisory (#247)#145

Merged
laileni-aws merged 1 commit into
aws:mainfrom
laileni-aws:fix/websocket-driver-critical
Jul 16, 2026
Merged

deps: fix critical websocket-driver advisory (#247)#145
laileni-aws merged 1 commit into
aws:mainfrom
laileni-aws:fix/websocket-driver-critical

Conversation

@laileni-aws

Copy link
Copy Markdown
Contributor

Problem

New critical Dependabot alert #247: websocket-driver < 0.7.5 (GHSA-xv26-6w52-cph6, "message corruption via abuse of protocol length headers"). It's a transitive, dev-scope dependency (via sockjs / faye-websocket, from webpack-dev-server).

Solution

Add an npm overrides entry pinning websocket-driver to 0.7.5 (single version in the tree; patched version). Root package-lock.json only.

Verification

  • websocket-driver resolves to 0.7.5 in the lockfile.
  • Lockfile verified idempotent.

Draft: opened as a draft for CI validation.


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

Override websocket-driver to 0.7.5 (GHSA-xv26-6w52-cph6: message
corruption via abuse of protocol length headers, vulnerable < 0.7.5).
Transitive dev-only dependency via sockjs/faye-websocket. Single version
override; root lockfile only; verified idempotent.
@laileni-aws
laileni-aws marked this pull request as ready for review July 16, 2026 18:37
@laileni-aws
laileni-aws requested a review from a team as a code owner July 16, 2026 18:37
@laileni-aws
laileni-aws merged commit 1bbf763 into aws:main Jul 16, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants