Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 310 Bytes

avoiding_common_attacks.md

File metadata and controls

6 lines (4 loc) · 310 Bytes

A document called avoiding_common_attacks.md that explains what measures you took to ensure that your contracts are not susceptible to common attacks. Vulenrabilities are mitigated as follows Following SafeMath libraries to avoid Integer Overflow. Avoid reentrants by resetting balances[amount] to zero