Open c4-bot-8 opened 8 months ago
In the original implementation, DAO.formPOL() could be sandwich attacked due to lack of slippage protection.
DAO.formPOL()
commit eaf40ef The mitigation removed DAO.formPOL(). The function is no longer used. The original issue was resolved.
Confirmed
Picodes marked the issue as satisfactory
Picodes marked the issue as confirmed for report
Lines of code
Vulnerability details
Comments
In the original implementation,
DAO.formPOL()
could be sandwich attacked due to lack of slippage protection.Mitigation
commit eaf40ef The mitigation removed
DAO.formPOL()
. The function is no longer used. The original issue was resolved.Conclusion
Confirmed