Consider using a specific version of Solidity in your contracts instead of a wide version. For example, instead of pragma solidity ^0.8.0;, use pragma solidity 0.8.0;
Found in src/CharityRegistry.sol
& src/GivingThanks.sol
They use a floating version of the pragma.
The solidity compiler version may not be the latest and thus may not have the latest security patches. This could lead to vulnerabilities in the contract.
aderyn
Use the latest pragma version that allows any of these versions.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.