fix(contracts): quote management for L2->L1 hooks #4552
13 new alerts including 10 medium severity security vulnerabilities
New alerts in code changed by this pull request
Security Alerts:
- 10 medium
- 3 low
See annotations below for details.
Annotations
Check notice on line 44 in solidity/contracts/hooks/ArbL2ToL1Hook.sol
Code scanning / Olympix Integrated Security
Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables Medium
Check notice on line 43 in solidity/contracts/hooks/OPL2ToL1Hook.sol
Code scanning / Olympix Integrated Security
Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables Medium
Check notice on line 45 in solidity/contracts/hooks/OPL2ToL1Hook.sol
Code scanning / Olympix Integrated Security
Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables Medium
Check warning on line 81 in solidity/contracts/hooks/OPL2ToL1Hook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Medium
Check warning on line 76 in solidity/contracts/hooks/OPStackHook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Medium
Check warning on line 78 in solidity/contracts/hooks/PolygonPosHook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Medium
Check warning on line 66 in solidity/contracts/hooks/aggregation/ERC5164Hook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Medium
Check warning on line 61 in solidity/contracts/hooks/layer-zero/LayerZeroV2Hook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Medium
Check warning on line 82 in solidity/contracts/hooks/layer-zero/LayerZeroV2Hook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Low
Check warning on line 83 in solidity/contracts/hooks/layer-zero/LayerZeroV2Hook.sol
Code scanning / Olympix Integrated Security
Calling a function without checking the return value may lead to silent failures. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unused-return-function-call Medium
Check warning on line 83 in solidity/contracts/hooks/layer-zero/LayerZeroV2Hook.sol
Code scanning / Olympix Integrated Security
Using send() without checking the return value may lead to silent failures of ether transmittal. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unchecked-send Medium
Check warning on line 93 in solidity/contracts/hooks/libs/AbstractMessageIdAuthHook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Low
Check warning on line 95 in solidity/contracts/hooks/libs/AbstractMessageIdAuthHook.sol
Code scanning / Olympix Integrated Security
Local variables in test functions are not properly fuzzed, potentially reducing the effectiveness of property-based testing. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-local-variables Low