Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 36 forks source link

Add a reentrancy vulnerability example #215

Open annenkov opened 1 year ago

annenkov commented 1 year ago

Task description

Create a folder named something like vulnerability-examples and add the complete code of the DAO example https://github.com/Concordium/concordium.github.io/pull/722

abizjak commented 1 year ago

@annenkov Do you still plan to do anything with this?

annenkov commented 1 year ago

@abizjak I think it still makes sense to add. I have this example, but the testing approach has changed, so I think it should be changed first to use the integration testing library. The documentation should be updated too.