-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Vulnerabilities #29
Comments
Does anyone out there have a similar problem? We would really like to use Doxity with our code, because it adds value to what we're doing, but we are wary of using it with a critical vulnerability around. Thank you. |
To add some context to this. trufflesuite/truffle-compile is now deprecated, and has been migrated to trufflesuite/truffle, which no longer uses solidity-parser. I tried changing my package.json locally to request the latest mocha package, which will pick the most recent growl and remove the vulnerability, but that creates repeated versions of mocha and growl, keeping the vulnerability in. Any advice on how to fix this? |
Hi @alexpArtos Please refer the This will also work for truffle projects, with the latest version of solc (0.4.24). As a guideline, please check how we have used doxity in this repository Also please check my comment for steps on setting it up. Hope this helps |
When I clone the Doxity repository on a Windows machine and run
npm install
, I get this output:(Note: I modified the compile target in package.json to work in Windows)
Could these references be updated in the repo?
The text was updated successfully, but these errors were encountered: