code-423n4 / 2021-10-tally-findings

0 stars 0 forks source link

use of floating pragma #46

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

JMukesh

Vulnerability details

Impact

Contracts should be deployed with the same compiler version and flags that they have been tested with thoroughly. Locking the pragma helps to ensure that contracts do not accidentally get deployed using, for example, an outdated compiler version that might introduce bugs that affect the contract system negatively.

Proof of Concept

In most of the contracts floating pragma

Tools Used

manual review

Recommended Mitigation Steps

use fixed solidity version