identified-vulnerabilities.md

March 5, 2023 · View on GitHub

 

🪲 Identified Vulnerabilities

Below are the currently identified vulnerabilities that solstat identifies. If you would like to check out a list of patterns that are ready to be implemented and you would like to add them to the repo, you can check out the Contribution.md!

VulnerabilityDescription
divide_before_multiplyUse multiplication symbol before division symbol
floating_pragmaUse locked pragma rather than floating pragma
unprotected_selfdestructAdd sufficient access control to methods that call selfdestruct
unsafe_erc20_operationUse safeTransfer(), safeTransferFrom(), safeApprove() instead of ERC20 transfer(), transferFrom(), approve().