Snowman Merkle Airdrop

First Flight #42
Beginner FriendlyFoundrySolidityNFT
100 EXP
View results
Submission Details
Impact: low
Likelihood: high
Invalid

Unspecific Solidity Pragma

Root + Impact

Description

  • 3 found instances

// SPDX-License-Identifier: MIT
@> pragma solidity ^0.8.24;

Risk

Impact: Contracts should use strict versions of solidity. Locking the version ensures that contracts are not deployed with a different version of solidity than they were tested with. An incorrect version could lead to uninteded results.

Recommended Mitigation

Consider using a specific version of Solidity in your contracts instead of a wide version.

- pragma solidity ^0.8.24;
+ pragma solidity 0.8.24;
Updates

Lead Judging Commences

yeahchibyke Lead Judge 5 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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