stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.06k stars 859 forks source link

Fix re-entrancy attack bug in example contract. #16

Closed paulbellamy closed 1 year ago

paulbellamy commented 1 year ago

Not a real issue in this case, as it could only be exploited by a malicious token contract. But better to set a good example.

More Info on re-entrancy attacks