-
Notifications
You must be signed in to change notification settings - Fork 579
Open
Description
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/providersVersion:5.6.x - Fixed
@ethersproject/providersVersion:6.0.0 - Severity: High
Steps to Reproduce
- Install the current version of snapshot.js.
- Run a vulnerability scan (e.g.,
npm auditoryarn audit). - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels