-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathslither.config.json
10 lines (10 loc) · 1.14 KB
/
slither.config.json
1
2
3
4
5
6
7
8
9
10
{
"detectors_to_run": "arbitrary-send-erc20,array-by-reference,encode-packed-collision,incorrect-shift,name-reused,rtlo,shadowing-state,suicidal,uninitialized-state,uninitialized-storage,unprotected-upgrade,arbitrary-send-erc20-permit,arbitrary-send-eth,controlled-array-length,controlled-delegatecall,delegatecall-loop,msg-value-loop,reentrancy-eth,unchecked-transfer,weak-prng,domain-separator-collision,erc20-interface,erc721-interface,locked-ether,incorrect-equality,mapping-deletion,shadowing-abstract,tautology,write-after-write,boolean-cst,reentrancy-no-eth,reused-constructor,divide-before-multiply,tx-origin,unchecked-lowlevel,calls-loop,unchecked-send,variable-scope,void-cst,events-access,events-maths,incorrect-unary,boolean-equal,cyclomatic-complexity,deprecated-standards,erc20-indexed,function-init-state,unused-state,reentrancy-unlimited-gas,constable-states,immutable-states,var-read-using-this,redundant-statements,dead-code",
"exclude_informational": false,
"exclude_low": false,
"exclude_medium": false,
"exclude_high": false,
"disable_color": false,
"filter_paths": "(lib/|test/|script/)",
"legacy_ast": false
}