Rewards could be recorded with stale price.
Chainlink's latestRoundData() is used but there is no check if the return value indicates stale data.
This could lead to stale prices according to the Chainlink documentation:
https://docs.chain.link/docs/historical-price-data/#historical-rounds
distributeAssets() function uses Chainlink's latestRoundData() to get the latest price of tokens. However, there is no check if the return value indicates stale data.
Assets could be distributed with stale/invalid data for the given asset.
Manual Review
Consider adding checks for stale data. e.g
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.