CoinFabrik / scout-audit

Scout is an extensible open-source tool intended to assist smart contract developers and auditors detect common security issues and deviations from best practices. Scout audit is the core development on which we extend scout for specific blockchains.
https://www.coinfabrik.com/products/scout/
MIT License
7 stars 4 forks source link

Weird behavior from run_scout() #139

Open Helios-vmg opened 1 week ago

Helios-vmg commented 1 week ago

It seems it's not possible to call run_scout() twice in the same process. For normal execution this doesn't matter because it never happens, but if a test does do that, both cargo test and cargo nextest run enter an infinite loop.