Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 998 Bytes

identified-vulnerabilities.md

File metadata and controls

10 lines (9 loc) · 998 Bytes

 

🪲 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!

Vulnerability Description
divide_before_multiply Use multiplication symbol before division symbol
floating_pragma Use locked pragma rather than floating pragma
unprotected_selfdestruct Add sufficient access control to methods that call selfdestruct
unsafe_erc20_operation Use safeTransfer(), safeTransferFrom(), safeApprove() instead of ERC20 transfer(), transferFrom(), approve().