fix(deps): resolve websocket-driver to 0.7.5 (critical advisory 1123483)#453
Merged
Conversation
A new critical advisory against websocket-driver <0.7.5 (message corruption via protocol abuse) turned the Audit gate red repo-wide on 2026-07-17. The vulnerable copy comes in via the dev-only docs chain (spectaql > grunt-contrib-watch > tiny-lr > faye-websocket); its parent accepts >=0.5.1, so pinning 0.7.5 via resolutions is a no-op for runtime code. yarn audit --level critical now exits below the gate threshold; unit suite and tsc unaffected. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Advisory 1123483 (critical,
websocket-driver<0.7.5) landed in the registry on 2026-07-17 and turned theAuditgate (yarn audit --level critical, exit ≥16) red on every branch.The vulnerable copy is dev-only:
spectaql > grunt-contrib-watch > tiny-lr > faye-websocket > websocket-driver. Its parent accepts>=0.5.1, so pinning0.7.5via the existingresolutionsblock (house convention: exact**/pkgpins) changes nothing at runtime.Verification
yarn audit --level criticalexit 14 (< 16 gate) — 0 critical remaining (was 1)yarn why websocket-driver→ 0.7.5yarn tsc-checkclean🤖 Generated with Claude Code