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

Update @ethersproject/providers dependency to fix vulnerability in ws #1045

Open
Fabricevladimir opened this issue Aug 7, 2024 · 0 comments

Comments

@Fabricevladimir
Copy link

Description

The @ethersproject/providers dependency used by snapshot.js includes a vulnerable version of the ws package. This vulnerability has been addressed in the latest versions of ws and subsequently in @ethersproject/providers.

To resolve this issue, snapshot.js needs to update its @ethersproject/providers dependency to at least version 6.0.0, which includes the patched version of ws.

Details

  • Affected Package: @ethersproject/providers
  • Vulnerable Dependency: ws
  • Current @ethersproject/providers Version: 5.6.x
  • Fixed @ethersproject/providers Version: 6.0.0
  • Severity: High

Steps to Reproduce

  1. Install the current version of snapshot.js.
  2. Run a vulnerability scan (e.g., npm audit or yarn audit).
  3. Observe the reported vulnerability related to ws.

Recommended Action

Update the @ethersproject/providers dependency in snapshot.js to version 6.0.0 or later.

References

@Fabricevladimir Fabricevladimir changed the title Update @ethersproject/providers Dependency to Fix Vulnerability in ws Update @ethersproject/providers dependency to fix vulnerability in ws Aug 7, 2024
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

No branches or pull requests

1 participant