The deposit function takes in input parameter deadline
which according to natspec referring to the deadline for the transaction to be completed by. However, there is no conditional check related to deadline
within the deposit function itself. This causes the deposit function can still be executed as long as all other conditions within the function are met.
Input parameter deadline
is included in function TSwapPool::deposit
but it is not used within the function to implement deadline check
The deposit function can still be implemented as long as all other conditions are met, disregard the input deadline
specified by user
Manual review
To include modifier revertIfDeadlinePassed
to 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.