While protocol has implemented non-reentrant modifier
for all the function interacting with other contracts there is not one for burnDsc()
It is good practise to implemented non-reentrant modifier
for any state changing function interacting with the other contract along with check-effect-integration pattern.
The protocol has implemented the same for all the functions except for burnDsc() function.
Potential for reentrancy via burnDSC() function.
Manual Review
Implement non-reentrant modifier
for the burnDsc()
function.
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.