solidity-security-blog icon indicating copy to clipboard operation
solidity-security-blog copied to clipboard

Comprehensive list of known attack vectors and common anti-patterns

Results 4 solidity-security-blog issues
Sort by recently updated
recently updated
newest added

Hi - Have you thought of turning this into an OWASP project in order to get more community involvement, visibility and support? OWASP has a lot of AppSec best practices...

https://docs.soliditylang.org/en/latest/080-breaking-changes.html says: > Arithmetic operations revert on underflow and overflow. You can use `unchecked { ... }` to use the previous wrapping behaviour. However OpenZeppelin are keeping it for reasons...

Section 5 ("Default Visibilities") is out of date; functions no longer default to `public`: - https://github.com/ethereum/solidity/issues/2608 - https://github.com/ethereum/solidity/pull/3613 - https://github.com/ethereum/solidity/issues/2617