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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,23 @@
1
1
Title: Solidity Security: Comprehensive list of known attack vectors and common anti-patterns
2
+
2
3
Date: 2018-05-30 10:20
4
+
3
5
Modified: 2018-10-20 14:00
6
+
4
7
Category: Ethereum
8
+
5
9
Tags: ethereum, solidity, security
10
+
6
11
Slug: solidity-security
12
+
7
13
Authors: Dr Adrian Manning
14
+
8
15
Cover: imgs/solidity-security/sol-rot-13.png
16
+
9
17
CodeBlockCSS: atom-one-dark.css
18
+
10
19
CodeBlockLineNumbers: true
20
+
11
21
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.
12
22
13
23
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