Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Start on #5
  • Loading branch information
offlinemark authored Oct 13, 2017
1 parent 60f0ca9 commit a242688
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Solidity Vulnerabilities
# (Not So) Smart Contracts

Examples of common solidity vulnerabilities
This repository contains examples of common Ethereum smart contract vulnerabilities, including code from real smart contracts.

## Vulnerabilities

- Integer Overflow
- Missing Constructor
- Reentrancy
- Unchecked External Call
- Unprotected Function
- Wrong Interface

0 comments on commit a242688

Please sign in to comment.