DeFiFoundrySolidity
16,653 OP
View results
Submission Details
Severity: low
Valid

Ignoring Strategy Shutdown State

Summary

The _harvestAndReport function does not check weather the strategy is in a shutdown state
(TokenizedStrategy.isShutdown()).

Impact

  • 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.

Tools Used

Manual review

Recommendations

Add a conditional check for isShutdown() and modify the behavior accordingly (e.g., prevent redeployment of funds, focus only on reporting).

Updates

Appeal created

inallhonesty Lead Judge 7 months ago
Submission Judgement Published
Invalidated
Reason: Too generic
inallhonesty Lead Judge 7 months ago
Submission Judgement Published
Invalidated
Reason: Too generic
inallhonesty Lead Judge 7 months ago
Submission Judgement Published
Validated
Assigned finding tags:

deposits during shutdown

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.