You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unhandled errors in the SendCoins operation can lead to the possibility of executing a Tip Post action without any payment. In the code referenced, the errors returned from SendCoins are not properly managed, resulting in the inability of the system to track failures due to insufficient balance. Consequently, malicious users can perform Tip Post actions without incurring any costs.
Intro
The unhandled errors in the SendCoins operation can lead to the possibility of executing a Tip Post action without any payment. In the code referenced, the errors returned from SendCoins are not properly managed, resulting in the inability of the system to track failures due to insufficient balance. Consequently, malicious users can perform Tip Post actions without incurring any costs.
Link to Code
Recommendation
Implement an error handling mechanism for the SendCoins operation.
REF
ignite/cli#2828
https://github.com/crytic/building-secure-contracts/tree/master/not-so-smart-contracts/cosmos/missing_error_handler
The text was updated successfully, but these errors were encountered: