Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kadenzipfel committed Oct 30, 2024
1 parent e7f95cd commit 7f00801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Smart Contract Vulnerabilities

A collection of smart contract vulnerabilities along with prevention methods

- [Insufficient Gas Griefing](./vulnerabilities/insufficient-gas-griefing.md)
- [Reentrancy](./vulnerabilities/reentrancy.md)
- [Integer Overflow and Underflow](./vulnerabilities/overflow-underflow.md)
Expand Down Expand Up @@ -36,4 +38,4 @@
- [Off-By-One](./vulnerabilities/off-by-one.md)
- [Lack of Precision](./vulnerabilities/lack-of-precision.md)
- [Unbounded Return Data](./vulnerabilities/unbounded-return-data.md)
- [Using ``msg.value`` in a Loop](./vulnerabilities/msgvalue-loop.md)
- [Using `msg.value` in a Loop](./vulnerabilities/msgvalue-loop.md)

0 comments on commit 7f00801

Please sign in to comment.