Front-run of the deposit due to ignored deadline.
There's a revertIfDeadlinePassed(...)
modifier that is implemented, it should revert if deadline is less than block.timestamp to protect from MEV front-run attacks on a user's deposit, some MEV bots can spot big deposits and act upon it. The deposit(...)
function has a uint256 deadline
parameter.
Front-run, even-though minimumLiquidityTokensToMint
and maximumPoolTokensToDeposit
add some safety.
Manual review
Add this line to the deposit(...)
function
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.