Beginner FriendlyFoundryGameFi
100 EXP
View results
Submission Details
Severity: medium
Invalid

`Producers` array is filled but values are never removed

Summary

Producers are added constantly in the protocol but never removed

Vulnerability Details

In several places the array has push but there is no removal from the array.

Impact

Not big as we don't iterate over the array.

Tools Used

Manual review.

Recommendations

As producers are checked elsewhere:

mapping(address => bool) public isProducer;

It's better to remove the array.

Updates

Lead Judging Commences

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

Support

FAQs

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