updateStrategyRewards() is broken
updateStrategyRewards() distributes rewards/fees based on balance changes in strategies since the last update. It is only called by rebaseController
& strategy should exist. But the problem is while verifying strategy, instead of passing strategy address, it passes rebaseController address ie msg.sender.
updateStrategyRewards() will be DoS
Manual Review
Pass strategy address to _strategyExists(), instead of passing rebaseController address
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.