Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update ws to 8.17.1 #1204

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

MikeMcC399
Copy link
Collaborator

Issue

npm audit reports a vulnerability with ws@8.16.0 in examples/webpack

$ npm audit
# npm audit report

ws  8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q
fix available via `npm audit fix`
node_modules/ws

1 high severity vulnerability

To address all issues, run:
  npm audit fix
$ npm ls ws
└─┬ webpack-dev-server@5.0.4
  └── ws@8.16.0

Change

Update to ws@8.17.1, which is current latest, using npm audit fix.

Verification

cd examples/webpack
npm ci
npm audit

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 self-assigned this Jun 19, 2024
@MikeMcC399 MikeMcC399 marked this pull request as ready for review June 19, 2024 08:20
@jennifer-shehane jennifer-shehane merged commit 2daf074 into cypress-io:master Jun 19, 2024
74 checks passed
@MikeMcC399 MikeMcC399 deleted the update/ws branch June 19, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants