Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

Reentrancy in `Dussehra::enterPeopleWhoLikeRam()`

Summary

Detects reentrancies that allow manipulation of the order or value of events.

Vulnerability Details

External calls:
- ramNFT.mintRamNFT(msg.sender) (src/Dussehra.sol#63)
Event emitted after the call(s):
- PeopleWhoLikeRamIsEntered(msg.sender) (src/Dussehra.sol#64)

Impact

Send funds can be vulnerable to a reentrancy attack

Tools Used

Slither

Recommendations

Apply the check-effects-interactions pattern.

Updates

Lead Judging Commences

bube Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Info/Gas/Invalid according to docs

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.