DatingDapp

First Flight #33
Beginner FriendlyFoundrySolidityNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

solidity pragma should be specific, not wide.

solidity pragma should be specific, not wide.

Description: The pragma statement in the contract is too wide. It is recommended to specify the version of Solidity that the contract is written in. This will prevent the contract from being compiled with a different version of Solidity that may introduce vulnerabilities.

- pragma solidity ^0.8.19;
+ pragma solidity 0.8.19;
Updates

Appeal created

n0kto Lead Judge 4 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Informational or Gas

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.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.