Use of floating pragma #230
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
Handle
saian
Vulnerability details
Impact
The contracts should be deployed with the same solidity version with which they have been tested. Locking the pragma ensures that the contracts don't get deployed with an older version which might introduce bugs.
Proof of Concept
Contracts in the repository use floating pragma
Tools Used
Manual Analysis
Recommended Mitigation Steps
Use fixed pragma
The text was updated successfully, but these errors were encountered: