Skip to content

Commit

Permalink
Update Slither rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Jan 28, 2025
1 parent 0ce272b commit 6a0c56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"detectors_to_exclude": "assembly-usage,solc-version,low-level-calls,similar-names,unimplemented-functions,unused-return,pragma",
"detectors_to_exclude": "assembly-usage,solc-version,low-level-calls,similar-names,unimplemented-functions,unused-return,pragma,arbitrary-send-erc20,unchecked-transfer,dead-code",
"filter_paths": "lib"
}

0 comments on commit 6a0c56c

Please sign in to comment.