-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
631beae
commit 47b0e5c
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
[Best Practices](https://consensys.github.io/smart-contract-best-practices/general-philosophy/) | ||
|
||
## All attack vectors - | ||
|
||
- Reentrancy | ||
- Oracle Manipulation | ||
- Frontrunning | ||
- Denial of Service | ||
- Signature Replay | ||
- Malicious Honeypot | ||
- Unsafe Delegatecalls | ||
- Sandwich Attacks | ||
- Flash Loan Attacks | ||
- Griefing | ||
- Force Feeding | ||
- Cross-Chain Bridge manipulation | ||
- Insecure Randomness | ||
- Accessing Private Data | ||
- Phishing Through tx.origin | ||
- Arithmetic Over/Under Flow | ||
- Block timestamp Manipulation | ||
- Unsafe external calls | ||
- Unchecked return values | ||
- Proxy Storage Collision | ||
- Loops Gas Limit |