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
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
That should install an npm package-lock.json, do the npm audit fix to clear up any non-breaking changes, and then reinstall the yarn.lock file like nothing happened.
After that, make any changes you need to for the vulnerabilities and test the crap out of it and we can get a PR in
As the website integrates with the user wallet, we must be very careful to not introduce any attack vectors that could put our users funds in danger.
After running npm audit I found one that should be solved ASAP:
web3 package has a vulnerability that may leak the private keys. The vulnerability page states the following:
Other notable vulnerabilities:
The text was updated successfully, but these errors were encountered: