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

Option to explicitly disable slither #1318

Open
rappie opened this issue Oct 3, 2024 · 0 comments · May be fixed by #1327
Open

Option to explicitly disable slither #1318

rappie opened this issue Oct 3, 2024 · 0 comments · May be fixed by #1327

Comments

@rappie
Copy link

rappie commented Oct 3, 2024

Describe the desired feature

Disabling slither speeds up the startup time considerably. It would be useful to have an option to disable slither during development of the fuzzing suite.

elopez added a commit that referenced this issue 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 disuade people from fuzzing without it.

Closes #1318
@elopez elopez linked a pull request Nov 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@rappie and others