The 'KeeperProxy.sol' is using ReentrancyGuardUpgradeable, which is a safeguard against reentrancy attacks. However, the initialize function does not call __ReentrancyGuard_init() to properly initialize the ReentrancyGuardUpgradeable component.
Manual review
In the initialize function, ensure __ReentrancyGuard_init() is called to correctly initialize reentrancy protection.
It could look something like this:
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelihood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelihood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.