Skip to content

Commit 9968355

Browse files
authored
ref #14 configs for slither and mythril (#18)
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
1 parent 9701c3d commit 9968355

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"detectors_to_run": "arbitrary-send-erc20,array-by-reference,incorrect-shift,name-reused,rtlo,suicidal,uninitialized-state,uninitialized-storage,arbitrary-send-erc20-permit,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,mapping-deletion,shadowing-abstract,tautology,write-after-write,boolean-cst,reentrancy-no-eth,reused-constructor,tx-origin,unchecked-lowlevel,unchecked-send,variable-scope,void-cst,events-access,events-maths,incorrect-unary,boolean-equal,cyclomatic-complexity,deprecated-standards,erc20-indexed,function-init-state,pragma,unused-state,reentrancy-unlimited-gas,constable-states,immutable-states,var-read-using-this",
3+
"filter_paths": "contracts/test",
4+
"compile_force_framework": "hardhat"
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"remappings": [
3+
"@openzeppelin/contracts/token/ERC20/IERC20.sol=node_modules/@openzeppelin/contracts/interfaces/IERC20.sol",
4+
"@openzeppelin/contracts/token/ERC20=node_modules/@openzeppelin/contracts/token/ERC20",
5+
"@openzeppelin/contracts/utils=node_modules/@openzeppelin/contracts/utils",
6+
"@openzeppelin/contracts/access=node_modules/@openzeppelin/contracts/access" ]
7+
}

0 commit comments

Comments
 (0)