MorpheusAI

MorpheusAI
Foundry
22,500 USDC
View results
Submission Details
Severity: low
Invalid

Array is `push()`ed but not `pop()`ed

Summary

Arrays in the contract have entries added using the push method, but no corresponding pop method is found to remove them.
Ensure to consider whether old entries need to be removed or if there should be a maximum array length.
Cases with specific potential issues might be reported separately under different issue categories.

Vulnerability Details

File: contracts/Distribution.sol
77: pools.push(pool_);
Updates

Lead Judging Commences

inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Known issue

Support

FAQs

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