SDLPoolPrimary.sol
::initialize
is marked as public, which means that anyone can call it. However, the function should be marked as internal or private to prevent external parties from reinitializing the contract.
SDLPoolPrimary.sol
::initialize
is marked as public, which means that anyone can call it.
anyone can reinitialize the contract which is not intended for the contract.
Manual Review
use the OpenZeppelin library's initializable pattern instead
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.