This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Integer overflow risks, update Solidity version pragma to 0.8.x #78
Labels
security
Welcome to the danger zone
The
Challenge.sol
contract uses uint256 without overflow checks, and there is some arithmetic in places that would benefit from overflow checks.Updating the pragma to 0.8.x would include built-in solc overflow checks, easy fix that's worth doing.
The text was updated successfully, but these errors were encountered: