You are here |
ventral.digital | ||
| | | |
blog.sigmaprime.io
|
|
| | | | This post aims to be a relatively in-depth and up-to-date introductory post detailing the past mistakes that have been made by Solidity... | |
| | | |
blog.openzeppelin.com
|
|
| | | | The Optimism team is building the OVM, a fully-featured, EVM-compliant execution environment designed for Layer 2 systems. Starting on March 15th, 2021, we have audited Optimism's code base during 7 weeks with 3 auditors. | Smart Contracts Audit | |
| | | |
blog.openzeppelin.com
|
|
| | | | We audited the AmperaFoundation/sol-contracts repository at commit 4c44237 of the staging branch. | Smart Contracts Audit | |
| | | |
michaelneuper.com
|
|
| | A buffer overflow attack is a type of cyber attack in which an attacker attempts to write more data to a buffer (a temporary data storage area) in a computer's memory than the buffer is designed to hold. This can cause the buffer to overflow, or exceed its maximum capacity, which can corrupt other parts of the computer's memory and allow the attacker to gain unauthorized access to the system. |