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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Allow disabling Slither #1327

wants to merge 3 commits into from

Commits on Nov 5, 2024

  1. Allow disabling Slither

    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 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0fbd74f View commit details
    Browse the repository at this point in the history
  2. Fix inverted logic

    elopez committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cdb6f44 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Fix typo

    elopez authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    29dff59 View commit details
    Browse the repository at this point in the history