code-423n4 / 2024-03-saltyio-mitigation-findings

0 stars 0 forks source link

M-03 MitigationConfirmed #69

Open c4-bot-4 opened 8 months ago

c4-bot-4 commented 8 months ago

Lines of code

Vulnerability details

Comments

In the original implementation, maxPendingTokensForWhitelisting could be easily reached by intentionally or accidentally creating invalid token whitelisting proposals, potentially resulting in genuine token proposals being DoSed / blocked.

Mitigation

commit ccf4368 The mitigation removed the variable maxPendingTokensForWhitelisting, eliminating the limitation on the number of token whitelisting proposals. The original issue was resolved.

Conclusion

Confirmed

c4-judge commented 8 months ago

Picodes marked the issue as satisfactory