MorpheusAI

MorpheusAI
Foundry
22,500 USDC
View results
Submission Details
Severity: low
Invalid

Floating pragma in the contracts of the scope

Vulnerability Details

All the contracts in the scope use the following pragma statement:

pragma solidity ^0.8.20;

This allows for the situation that the contracts get deployed with a compiler version different from the one they were tested with, which exposes the system to higher risks of undiscovered bugs.

Recommendations

We recommend locking the pragma statement to a specific compiler version intended by the developers. This will help ensure that the contracts are deployed with the intended compiler version and minimize the risks of undiscovered bugs.

Updates

Lead Judging Commences

inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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