Floating Pragma can lead to unexpected behavior which can be quite risky when new compiler version introduces.
Floating Pragma found in VotingBooth.sol
at line number 2 as pragma solidity ^0.8.23
can be risky when new compiler version introduces.
Floating Pragma in VotingBooth.sol
can lead to unexpected behavior if future compiler versions introduce breaking changes which can impact security, functionality, and gas costs.
Manual Review
Replace the floating pragma with a specific version within the compatible range (0.8.23 in this case) to minimize risk and future upgrade burdens.
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.