Skip to content

chore(deps): add ws override (GHSA-58qx-3vcg-4xpx)#395

Merged
pasevin merged 1 commit into
mainfrom
chore/dependabot-ws
Jun 6, 2026
Merged

chore(deps): add ws override (GHSA-58qx-3vcg-4xpx)#395
pasevin merged 1 commit into
mainfrom
chore/dependabot-ws

Conversation

@pasevin

@pasevin pasevin commented Jun 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Follow-up to #394. That PR missed adding a `ws` override — `ws@8.18.0`, `8.18.3`, and `8.20.0` are all in the vulnerable range `>=8.0.0 <8.20.1` for GHSA-58qx-3vcg-4xpx (uninitialized memory disclosure).

Adds:

```yaml
'ws@>=8.0.0 <8.20.1': ^8.20.1
```

`ws@7.5.10` is outside the advisory's lower bound and is left alone.

Test plan

  • `pnpm install` succeeds; lockfile regenerated
  • `pnpm test` — all 311 tests still pass
  • Verified lockfile: vulnerable `ws@8.18.0` / `8.18.3` / `8.20.0` purged; only `7.5.10` (unaffected) and `8.20.1` (patched) remain.

Missed in the previous commit. ws@8.18.0/8.18.3/8.20.0 are in the
vulnerable range >=8.0.0 <8.20.1 (uninitialized memory disclosure);
ws@7.5.10 is unaffected and left alone.
@pasevin pasevin requested a review from a team as a code owner June 6, 2026 12:11
@pasevin pasevin merged commit 12f17fb into main Jun 6, 2026
13 checks passed
@pasevin pasevin deleted the chore/dependabot-ws branch June 6, 2026 14:26
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.

1 participant