CoinFabrik / scout-soroban

Scout is an extensible open-source tool intended to assist Stellar Soroban smart contract developers and auditors detect common security issues and deviations from best practices.
MIT License
39 stars 3 forks source link

Add detector warning to `extend-ttl` #274

Open arturoBeccar opened 3 months ago

arturoBeccar commented 3 months ago

Comment Juli

Time to Live needs to be extended in soroban smart contracts. Make sure to include a function specific for extending ttl in your contract.

Add a detector warning about this.