-
Notifications
You must be signed in to change notification settings - Fork 31
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
Run some automated analysis tools against our codebase #24
Comments
Output:
|
Adding them to travis would be pretty sweet once we figure out how to reduce the number of false positives. |
I'm going through the security software to see which one fits our case. Mythril seems to be the one but there are a lot of false positives which could be fixed with some additional (redundant) checks in our code. I'll dig in those issues and will update here. Comparison of the tools: https://consensys.net/diligence/evm-analyzer-benchmark-suite/ |
Esp. mythril and slither might be good candidates.
Also consider making tools part of CI.
The text was updated successfully, but these errors were encountered: