selectRamIfNotSelected
is supposed to be called by the organizer to select Ram if not selected by the user. However, the organizer may decide not to call it.
https://github.com/Cyfrin/2024-06-Dussehra/blob/main/src/ChoosingRam.sol#L83
According to the documentation,
selectRamIfNotSelected - Allows the organizer to select Ram if not selected by the user.
This function is supposed to be called by the organizer if the user does not select Ram. Therefore, there is some dependency on the organizer.
Centralization risk
Manual Review
Reduce dependency on the organizer.
The organizer is trusted and he/she will call the `selectRamIfNotSelected`.
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.