The increaseLiquidityCurrentRange function does not allow to submit a deadline for the increaseLiquidity actions
The protocol is using block.timestamp as the deadline argument while interacting with the Uniswap NFT Position Manager, which completely defeats the purpose of using a deadline.
When you use block.timestamp as a condition or deadline for time-sensitive operations, it might not achieve the desired effect. This is because block.timestamp represents the timestamp of the block when the transaction is mined. The check block.timestamp <= block.timestamp compares the timestamp of the block against itself.
Manual review
Add a deadline parameter to the functions that are used to manage the liquidity position. And forward this parameter to the corresponding underlying calls to the Uniswap NonfungiblePositionManager contract.
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.