The _harvestAndReport
function does not check weather the strategy is in a shutdown state
(TokenizedStrategy.isShutdown()
).
If the strategy is hutdown, redeploying idle funds or swapping assets might violate shutdown expectations.
Unintended operations during shutdown could lead to losses or undefined behavior.
Manual review
Add a conditional check for isShutdown()
and modify the behavior accordingly (e.g., prevent redeployment of funds, focus only on reporting).
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.