Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Option to explicitly disable slither #1318

Closed
rappie opened this issue Oct 3, 2024 · 0 comments · Fixed by #1327
Closed

Option to explicitly disable slither #1318

rappie opened this issue Oct 3, 2024 · 0 comments · 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 added a commit that referenced this issue Dec 3, 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@rappie and others