The BoostController::delegateBoost() function does not prevent users from delegating boost to themselves.
The function allows users to delegate boost to any address, including their own.
Since userBoosts[msg.sender][to]
stores delegation records, delegating to oneself will lead to earning more rewards (with boost multipliers based on user weight) from the Gauge.
Users may exploit this to increase their effective boost unfairly.
Add a check to ensure that users cannot delegate boost to themselves:
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.