All three smart contracts LikeRegistry.sol
, MultiSig.sol
& SoulboundProfileNFT.sol
doesn't have locked pragma version. This means that these contracts can be deployed with pragma version between 0.8.19 and the latest version.
Leaving the smart contracts with floating pragma can lead to smart contract deployment with outdated or problematic compiler versions, introducing bugs and compromising the security of smart contracts.
Use strict pragma by defining a specific version.
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelyhood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
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.