You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-21
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,12 @@
1
-
### This repository is the basis for the blog post found here: https://blog.sigmaprime.io/solidity-security.html
1
+
#Context
2
2
3
+
This repository is the basis for the blog post found here: https://blog.sigmaprime.io/solidity-security.html.
3
4
5
+
It forms the basis of the Smart Contract Security section in the Mastering Ethereum book: https://github.com/ethereumbook/ethereumbook
4
6
5
-
Title: Solidity Security: Comprehensive list of known attack vectors and common anti-patterns
7
+
# Summary
6
8
7
-
Date: 2018-05-30 10:20
8
-
9
-
Modified: 2018-10-20 14:00
10
-
11
-
Category: Ethereum
12
-
13
-
Tags: ethereum, solidity, security
14
-
15
-
Slug: solidity-security
16
-
17
-
Authors: Dr Adrian Manning
18
-
19
-
Cover: imgs/solidity-security/sol-rot-13.png
20
-
21
-
CodeBlockCSS: atom-one-dark.css
22
-
23
-
CodeBlockLineNumbers: true
24
-
25
-
Summary: 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 developers in an effort to prevent future devs from repeating history.
9
+
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 developers in an effort to prevent future devs from repeating history.
26
10
27
11
Although in its infancy, Solidity has had widespread adoption and is used to compile the byte-code in many Ethereum smart contracts we see today. There have been a number of harsh lessons learnt by developers and users alike in discovering the nuances of the language and the EVM. 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 developers in an effort to prevent future devs from repeating history.
0 commit comments