Skip to content
Discussion options

You must be logged in to vote

Hello @KatrixReloaded, you should set up a slither.config.json in your directory and put the below configuration in it. It shouldn't check vulnerabilities in dependencies anymore. You can also tweak the configurations to your requirements.

{
  "detectors_to_exclude": "conformance-to-solidity-naming-conventions,solc-version",
  "exclude_informational": false,
  "exclude_low": false,
  "exclude_medium": false,
  "exclude_high": false,
  "disable_color": false,
  "filter_paths": "(mocks/|test/|script/|upgradedProtocol/)",
  "legacy_ast": false,
  "exclude_dependencies": true
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@KatrixReloaded
Comment options

@EngrPips
Comment options

Answer selected by KatrixReloaded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants