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

Allow disabling Slither #1327

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Allow disabling Slither #1327

merged 3 commits into from
Dec 3, 2024

Conversation

elopez
Copy link
Member

@elopez elopez commented Nov 5, 2024

This allows explicitly disabling Slither with a new --disable-slither command-line flag or disableSlither configuration option. A blinking, red warning will be shown in the UI when Slither is disabled or otherwise failed, to dissuade people from fuzzing without it.

Closes #1318

This allows explicitly disabling Slither with a new `--disable-slither` command-line flag
or `disableSlither` configuration option. A blinking, red warning will be shown in the UI
when Slither is disabled or otherwise failed, to disuade people from fuzzing without it.

Closes #1318
@rappie
Copy link

rappie commented Nov 5, 2024

🥳 🎉

@elopez elopez marked this pull request as ready for review November 9, 2024 12:48
Copy link
Member

@arcz arcz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@elopez elopez merged commit 740e950 into master Dec 3, 2024
18 checks passed
@elopez elopez deleted the dev-disable-slither branch December 3, 2024 10:24
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.

Option to explicitly disable slither
3 participants