code-423n4 / 2022-10-inverse-findings

0 stars 0 forks source link

QA Report #580

Closed code423n4 closed 1 year ago

code423n4 commented 1 year ago

Unlocked pragma Contracts should be deployed using the same compiler version/flags with which they have been tested. Locking the pragma (for e.g. by not using ^ in pragma solidity 0.5.10) ensures that contracts do not accidentally get deployed using an older compiler version with unfixed bugs. https://swcregistry.io/docs/SWC-103

c4-judge commented 1 year ago

0xean marked the issue as grade-c