There is no access control for the mint function.
https://github.com/Cyfrin/2024-11-one-world/blob/main/contracts/shared/testERC20.sol#L16
function mint(address account, uint256 amount) external {
_mint(account, amount);
}
we can mint any amount of token as there is no access control.
keep a access control.
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.