forked from 0xKitsune/solstat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSolstat.toml
More file actions
14 lines (11 loc) · 710 Bytes
/
Solstat.toml
File metadata and controls
14 lines (11 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Directory that contain contracts to be analyzed
path = './contracts'
# Optimizations that each contract will be analyzed for
optimizations = ["address_balance", "address_zero", "assign_update_array_value", "cache_array_length", "constant_variables",
"bool_equals_bool", "immutable_variables", "increment_decrement", "memory_to_calldata", "multiple_require", "pack_storage_variables",
"payable_function", "private_constant", "safe_math_pre_080", "safe_math_post_080", "shift_math", "solidity_keccak256", "solidity_math",
"sstore", "string_errors"]
# Vulnerabilities that each contract will be analyzed for
vulnerabilities = ["unsafe_erc20_operation"]
# QA that each contract will be analyzed for
qa = []