Files
openzeppelin-contracts/slither.config.json
alpharush ab9cc4c4db Ignore reentrancy inexecuteBatch and update Slither config (#3955)
Co-authored-by: Francisco <fg@frang.io>
(cherry picked from commit a5af0adce4)
2023-03-02 19:56:45 -03:00

5 lines
168 B
JSON

{
"detectors_to_run": "reentrancy-eth,reentrancy-no-eth,reentrancy-unlimited-gas",
"filter_paths": "contracts/mocks",
"compile_force_framework": "hardhat"
}