Skip to content

Commit 4b4c876

Browse files
authored
Reorder and simplify
1 parent 9b4ad24 commit 4b4c876

File tree

1 file changed

+2
-1
lines changed
  • public/content/developers/docs/smart-contracts/testing

1 file changed

+2
-1
lines changed

public/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,13 @@ The major difference is that bug bounty programs are open to the wider developer
266266

267267
#### Static analysis tools {#static-analysis-tools}
268268

269-
- **[Cyfrin Aderyn](https://cyfrin.io/tools/aderyn)** - Rust-based static analyzer specifically designed for Web3 smart contract security and development. It takes a bird's eye view over your smart contracts, traversing the Abstract Syntax Trees (AST) to pinpoint suspected vulnerabilities. Aderyn prints out these potential issues in an easy-to-consume markdown format.
270269

271270
- **[Slither](https://github.com/crytic/slither)** - _Python-based Solidity static analysis framework for finding vulnerabilities, enhancing code comprehension, and writing custom analyses for smart contracts._
272271

273272
- **[Ethlint](https://ethlint.readthedocs.io/en/latest/)** - _Linter for enforcing style and security best practices for the Solidity smart contract programming language._
274273

274+
- **[Cyfrin Aderyn](https://cyfrin.io/tools/aderyn)** - _Rust-based static analyzer specifically designed for Web3 smart contract security and development._
275+
275276
#### Dynamic analysis tools {#dynamic-analysis-tools}
276277

277278
- **[Echidna](https://github.com/crytic/echidna/)** - _Fast contract fuzzer for detecting vulnerabilities in smart contracts through property-based testing._

0 commit comments

Comments
 (0)