Closed code423n4 closed 2 years ago
pants
These functions contain require statement without messages: IbbtcVaultZap lines 54, 55 SettToRenIbbtcZap lines 55, 56, 167, 168, 189, 190,
When transactions revert, the users won't receive error messages indicating the cause of the failure.
Manual code review.
Add informative error messages to the require statements in these functions.
Disagree with the finding, a revert without an error message brings no security risk, additionally, during debugs you can still find the line that reverted
agree with sponsor, same as #38
Handle
pants
Vulnerability details
Vulnerability details
These functions contain require statement without messages: IbbtcVaultZap lines 54, 55 SettToRenIbbtcZap lines 55, 56, 167, 168, 189, 190,
Impact
When transactions revert, the users won't receive error messages indicating the cause of the failure.
Tool Used
Manual code review.
Recommended Mitigation Steps
Add informative error messages to the require statements in these functions.