code-423n4 / 2022-06-nibbl-findings

1 stars 0 forks source link

QA Report #270

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Vulnerability Report - Low and Non-Critical Risk Findings

Non-critical findings

Use versions greater than or equal to 0.8.9 to avoid compilation bugs

Older versions of Solidity contained compilation errors that are fixed in version 0.8.9. The release notes strictly advise against using versions of Solidity older than 0.8.9.

For more information see the following resource:

The following lines should be updated to require the use of Solidity versions that are greater than or equal to 0.8.9:

nibbl-smartcontracts/contracts/Interfaces/IAccessControlMechanism.sol:4:pragma solidity ^0.8.0;
nibbl-smartcontracts/contracts/Utilities/AccessControlMechanism.sol:4:pragma solidity ^0.8.0;
HardlyDifficult commented 2 years ago

Merging with https://github.com/code-423n4/2022-06-nibbl-findings/issues/267