Skip to content

Commit 51753cd

Browse files
committed
fix: lint
1 parent bbce9e6 commit 51753cd

3 files changed

Lines changed: 167 additions & 158 deletions

File tree

src/external-security-reviews/preparation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is the most important step of a security review and often the most overlook
2222
Conduct internal testing before engaging an external security provider. You can do this by creating and running test vectors for your code, and leverage automated tools to identify low-hanging fruit. Here’s a list of free/open-source tools your project could use:
2323

2424
- **Solidity**: slither, mythril, semgrep-smart-contracts
25-
- **Golang**: golangci-lint, go-critic, gosec, gokart
25+
- **Golang**: golangci-lint, go-critic, gosec
2626
- **Rust**: cargo audit, cargo outdated, clippy, cargo geiger, cargo tarpaulin
2727

2828
## Write Clear Documentation

src/external-security-reviews/vendor-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Public or competitive audits involve tens or hundreds of security researchers co
5050
- Programming languages (Solidity, Rust, Go, etc.)
5151
- Blockchain platforms (Ethereum, Polygon, Arbitrum, etc.)
5252
- Protocol types (DeFi, NFTs, DAOs, etc.)
53-
- Architecture patterns (proxy contracts, multi-sig, etc.)
53+
- Architecture patterns (proxy contracts, multisig, etc.)
5454

5555
### 4. Security Methodology
5656
- **Tool Usage**: Verify they use appropriate automated security tools

0 commit comments

Comments
 (0)