claimAndSwap function don't have deadline parameter. This parameter can provide the onlyKeepers an option to limit the execution of their pending transaction.
Without a deadline parameter, onlyKeepers can execute their transactions at unexpected times when market conditions are unfavorable.
However, this is not a big problem in this case because the functions have slippage protection. Even though the onlyKeepers will get at least as much as they set, they may still be missing out on positive slippage if the exchange rate becomes favorable when the transaction is included in a block.
The lack of timing constraints can result in missed opportunities to capitalize on favorable market shifts, as the transaction may execute after the optimal window has passed.
manual
Introduce a deadline parameter in claimAndSwap 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.