Sablier

Sablier
DeFiFoundry
53,440 USDC
View results
Submission Details
Severity: low
Invalid

Wide Solidity Pragma

[L-1] Wide Solidity Pragma
Description: The pragma directive pragma solidity >=0.8.22; allows for the use of any Solidity version greater than or equal to 0.8.22. This can lead to potential issues if future versions introduce breaking changes or unexpected behavior.
Impact: Future Solidity versions may introduce breaking changes or deprecate certain features, which can lead to unexpected behaviors or vulnerabilities in the contract.
Recommended Mitigation:

- pragma solidity >=0.8.22;
+ pragma solidity 0.8.22;
Updates

Lead Judging Commences

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

Known - LightChaser

https://github.com/Cyfrin/2024-05-Sablier/issues/1

Support

FAQs

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