Skip to content
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

fix: do not fail if slither fails #1137

Closed
wants to merge 2 commits into from

Conversation

0xalpharush
Copy link

@0xalpharush 0xalpharush commented Nov 6, 2023

Pass --no-fail to slither to avoid erroring out. This requires at least Slither 0.9.2 crytic/slither@5323860

This is probably not the robust approach. I would prefer if we did not make running Slither a requirement to run Echidna. We should only run it if it's installed (log a warning "install slither for improved ...") and not rely on Slither succeeding i.e. continue fuzzing campaign if it fails

lib/Echidna/Processor.hs Outdated Show resolved Hide resolved
@arcz arcz mentioned this pull request Jan 8, 2024
@arcz
Copy link
Member

arcz commented Jan 8, 2024

Done in #1159.

@arcz arcz closed this Jan 8, 2024
@arcz arcz deleted the fix/slither-integration-failure branch January 8, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants