ScoreBoard.sol
contract, the owner
address variable can be modified by any user. This would compromise the contract's centralized control, allowing anyone to alter scoreboard functions and variables.ScoreBoard.sol
contract is mutable :-```
address owner
state variable to address private immutable owner
to prevent the alteration of the owner variable after the deployment of contract.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.