updatePenalties() changes how much a user loses upon ragequiting - ie withdrawing their tokens from the staker without waiting for the vesting period. It currently does not have any timelock, or any maximum amount: the owner can set the penalties such that a user calling rageQuit() loses all their Infinity tokens (all would be transferred to INFINITY_TREASURY). Adding a timelock would provide more guarantees to users and reduces the level of trust required.
Instances include:
updatePenalties
Either add a timelock to updatePenalties(), or add a maximum penalty check.
