-
Notifications
You must be signed in to change notification settings - Fork 108
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
Update slither to v0.8.2 #27
Comments
This was referenced Mar 9, 2022
elopez
added a commit
to elopez/eth-security-toolbox
that referenced
this issue
Oct 30, 2023
Added: * medusa * echidna * building-secure-contracts * foundry Removed: * rattle * manticore * etheno * ganache * embark * not-so-smart-contracts Updated: * now based on Ubuntu jammy instead of etheno base image * latest solc is always included Fixes trailofbits#19 (etheno no longer included) Fixes trailofbits#13, trailofbits#21, trailofbits#35 (solc-select is available and latest solc is always included) Fixes trailofbits#26 (manticore no longer included) Fixes trailofbits#15, trailofbits#27 (slither is up-to-date now) Fixes trailofbits#30 (foundry is now installed) Fixes trailofbits#32 (etheno no longer included) Fixes trailofbits#33 Fixes trailofbits#16, trailofbits#36 (vyper is now installed) Fixes trailofbits#37
Thanks for the report and the patience here! The recent image refresh has updated slither, hopefully this will no longer be an issue going forward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0.8.1 is currently installed by default.
v0.8.2 adds support for custom errors
Temp Fix
Run
pip3 install slither-analyzer --upgrade
in the docker containerThe text was updated successfully, but these errors were encountered: