mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
636 B
8 lines
636 B
2 years ago
|
INFO:Slither:
|
||
5 years ago
|
Contract_lack_to_call_modifier (tests/check-upgradeability/contract_initialization.sol#19-24) needs to be initialized by Contract_lack_to_call_modifier.initialize() (tests/check-upgradeability/contract_initialization.sol#21-23).
|
||
2 years ago
|
Reference: https://github.com/crytic/slither/wiki/Upgradeability-Checks#initialize-function
|
||
|
INFO:Slither:
|
||
5 years ago
|
Contract_lack_to_call_modifier.initialize() (tests/check-upgradeability/contract_initialization.sol#21-23) does not call the initializer modifier.
|
||
2 years ago
|
Reference: https://github.com/crytic/slither/wiki/Upgradeability-Checks#initializer-is-not-called
|
||
5 years ago
|
INFO:Slither:2 findings, 12 detectors run
|