ton-blockchain / stablecoin-contract

Sample code for centralised stablecoin jetton. TEP-74 and TEP-89 compatible
146 stars 43 forks source link

External Contract Interaction Risks #28

Closed Xdonal closed 8 months ago

Xdonal commented 8 months ago

Issue: Interactions with external contracts without proper validation could introduce vulnerabilities.

Impact: Malicious external contracts could manipulate data or trigger unauthorized actions.

Solution: Secure communication protocols, validate inputs, and conduct audits of external interactions

Xdonal commented 8 months ago

By addressing these critical vulnerabilities alongside other security concerns, the overall security and integrity of the Jetton with Governance smart contract can be significantly enhanced.

mrppuran commented 8 months ago

Issue: Interactions with external contracts without proper validation could introduce vulnerabilities.

Impact: Malicious external contracts could manipulate data or trigger unauthorized actions.

Solution: Secure communication protocols, validate inputs, and conduct audits of external interactions

ProgramCrafter commented 8 months ago

Not applicable. Please take time to review TON architecture to find correct vulnerabilities easier.

Xdonal commented 8 months ago

I'll see to that, thanks