Closed code423n4 closed 1 year ago
https://github.com/code-423n4/2023-03-neotokyo/blob/main/contracts/access/PermitControl.sol#L128
The setManagerRight function takes _managedRight and _managerRight as inputs without validating them This could potentially lead to unexpected results if the input values are not what the function expects.
Provide parameters validation
hansfriese marked the issue as unsatisfactory: Out of scope
Lines of code
https://github.com/code-423n4/2023-03-neotokyo/blob/main/contracts/access/PermitControl.sol#L128
Vulnerability details
Impact
The setManagerRight function takes _managedRight and _managerRight as inputs without validating them This could potentially lead to unexpected results if the input values are not what the function expects.
Tools Used
Recommended Mitigation Steps
Provide parameters validation