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 was archived by the owner on Feb 26, 2024. It is now read-only.
npm reports that it found vulnerabilities in the installed package. npm audit gives details, such as:
High Arbitrary File Overwrite
Package tar
Patched in >=4.4.2
Dependency of truffle-contract
Path truffle-contract > web3 > web3-bzz > swarm-js > tar.gz > tar
More info https://npmjs.com/advisories/803
It looks like this is fixed in web3 v1.0.0-beta.38, so the fix might be just updating the dependency to a later version (also via the truffle-interface-adapter dependency). However, I'm not sure how much else that might break so this is not a well-tested PR.