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
Sorry if this has been addressed or if I'm missing something obvious.
[REQUIRED] Environment
Win10
Browser version: none
Alchemy SDK version: 3.4.7
[REQUIRED] Describe the problem
npm audit shows
ws 7.0.0 - 7.5.9
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - GHSA-3h5v-q93c-6h6q
No fix available
node_modules/@ethersproject/providers/node_modules/ws
@ethersproject/providers <=5.7.2
Depends on vulnerable versions of ws
node_modules/@ethersproject/providers
alchemy-sdk *
Depends on vulnerable versions of @ethersproject/providers
node_modules/alchemy-sdk
How to reproduce:
npm audit
Relevant code or sample repro:
all my Alchemy code works fine (thanks)
The text was updated successfully, but these errors were encountered:
This has been an ongoing issue. We previously fixed by manually updating the package-lock to the proper versions of ws and elliptic but with the 3.5.0 release it seems like the problem has returned and we have not been able to find the correct versions to override with yet.
This was supposedly fixed in 3.4.3 but we still had to do the manual override. You can see a closed issue here where we raised the problem.
Sorry if this has been addressed or if I'm missing something obvious.
[REQUIRED] Environment
Win10
[REQUIRED] Describe the problem
npm audit shows
How to reproduce:
npm audit
Relevant code or sample repro:
all my Alchemy code works fine (thanks)
The text was updated successfully, but these errors were encountered: