The Standard

The Standard
DeFiHardhat
20,000 USDC
View results
Submission Details
Severity: low
Invalid

Floating Pragma

Summary

The usage of Floating pragma

Vulnerability Details

Contracts should use strict versions of Solidity, Locking the version will ensure the contract won't be deployed with different version of solidity from the one that it
was tested with. incorrect version could lead to unintended results.

Impact

the contract being deployed with a different version from the rest of the contracts which might result in errors and unintended results

Tools Used

Manual Review

Recommendations

Locking up the pragma version

  • pragma solidity ^0.8.17

  • pragma solidity 0.8.17

Updates

Lead Judging Commences

hrishibhat Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Known issue
Assigned finding tags:

informational/invalid

Support

FAQs

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