code-423n4 / 2021-08-gravitybridge-findings

1 stars 0 forks source link

Gravity: Update to latest sol version #41

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Handle

hickuphh3

Vulnerability details

Impact

Later solidity versions might contain important compiler bug fixes. It is therefore recommended to update to a most recent version. Kindly refer to https://swcregistry.io/docs/SWC-102 and https://ethereum.stackexchange.com/questions/94361/how-do-i-determine-the-most-recommended-safest-to-use-version-of-solidity/94363#94363 for reference.

Recommended Mitigation Steps

Use the latest solidity version (0.8.7).

jkilpatr commented 2 years ago

Duplicate of #45