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

You can feed a horse that doesn't exist

Summary

Anyone can feed horse that doesn't exist

Vulnerability Details

function feedGhostHorse() public {
horseStore.feedHorse(100);
assertEq(horseStore.isHappyHorse(100), true);
}

Impact

Low Risk

Recommendations

check horse NFT is exists before feed

Updates

Lead Judging Commences

inallhonesty Lead Judge
over 1 year ago
inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Too generic

Support

FAQs

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