You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install the current version of snapshot.js.
Run a vulnerability scan (e.g., npm audit or yarn 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.
The text was updated successfully, but these errors were encountered:
Fabricevladimir
changed the title
Update @ethersproject/providers Dependency to Fix Vulnerability in ws
Update @ethersproject/providers dependency to fix vulnerability in wsAug 7, 2024
Description
The
@ethersproject/providers
dependency used by snapshot.js includes a vulnerable version of thews
package. This vulnerability has been addressed in the latest versions ofws
and subsequently in@ethersproject/providers
.To resolve this issue, snapshot.js needs to update its
@ethersproject/providers
dependency to at least version6.0.0
, which includes the patched version ofws
.Details
@ethersproject/providers
ws
@ethersproject/providers
Version:5.6.x
@ethersproject/providers
Version:6.0.0
Steps to Reproduce
npm audit
oryarn audit
).ws
.Recommended Action
Update the
@ethersproject/providers
dependency in snapshot.js to version6.0.0
or later.References
The text was updated successfully, but these errors were encountered: