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

ibmdotcom-utilities is using websocket version with with high security vulnerability #11893

Open
1 of 2 tasks
AlessandroPomponio opened this issue Jun 24, 2024 · 0 comments
Open
1 of 2 tasks

Comments

@AlessandroPomponio
Copy link

AlessandroPomponio commented Jun 24, 2024

Issue

Last week GitHub released advisory GHSA-3h5v-q93c-6h6q for the websocket package ws.
The ibmdotcom-web-components package is using a ws version affected by this advisory, as one can see when running:

yarn why ws
yarn why v1.22.18
warning ../../../package.json: No license field
[1/4] 🤔  Why do we have the module "ws"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
   - "@carbon#ibmdotcom-web-components#@carbon#ibmdotcom-utilities#isomorphic-dompurify#jsdom" depends on it
   - Hoisted from "@carbon#ibmdotcom-web-components#@carbon#ibmdotcom-utilities#isomorphic-dompurify#jsdom#ws"
info Disk size without dependencies: "184KB"
info Disk size with unique dependencies: "184KB"
info Disk size with transitive dependencies: "184KB"
info Number of shared

This has been spotted in v1 of the web components. I am unsure (but I assume it does) affect v2 as well.

Done when

Tasks

Preview Give feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant