Reentrancy vulnerabilities have been found in the depositCollateralAndMintDsc function and other functions within the DSCEngine contract. These vulnerabilities could allow malicious attacks, leading to unwanted behavior in the contract.
The functions in question make external calls and modify state variables after these calls, creating an opportunity for a reentrancy attack. The suggested solution is to implement a nonReentrant modifier to prevent these potential attacks.
High
Slither
Use nonReentrant
modifier
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.