The batchRefund function could benefit from access control checks, such as ensuring only authorized users can perform batch refunds.
Lines of code Vulnerability details M1 - The batchRefund function could benefit from access control checks, such as ensuring only authorized users can perform batch refunds. poc: solidity function batchRefund external onlyAuthorized returns Assessed type Access Control --- The text was updated...