Using floating pragmas in the contracts may lead to security vulnerabilities in application implementations. Therefore, avoid using floating pragmas for non-library contracts.
Instances (2):
Files
src/DecentralizedStableCoin.sol
src/DSCEngine.sol
Using an unspecific compiler version pragma can introduce potential issues in the codebase. It is advisable to avoid this practice to ensure code reliability and consistency.
Manual Review
Use a concrete compiler version. pragma solidity 0.8.18;
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.