Skip to content

Commit 53d30dc

Browse files
authored
Merge pull request #315 from crytic/code-maturity
Code maturity
2 parents b4b4759 + 404b81d commit 53d30dc

File tree

4 files changed

+348
-0
lines changed

4 files changed

+348
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
77
**Table of Contents:**
88

99
- [Development Guidelines](./development-guidelines)
10+
- [Code Maturity](./development-guidelines/code_maturity.md): Criteria for developers and security engineers to use when evaluating a codebase’s maturity
1011
- [High-Level Best Practices](./development-guidelines/guidelines.md): Best practices for all smart contracts
1112
- [Incident Response Recommendations](./development-guidelines/incident_response.md): Guidelines for creating an incident response plan
1213
- [Secure Development Workflow](./development-guidelines/workflow.md): A high-level process to follow during code development

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[Introduction](./README.md)
44

55
- [Development Guidelines](./development-guidelines/README.md)
6+
- [Code Maturity](./development-guidelines/code_maturity.md)
67
- [High-Level Best Practices](./development-guidelines/guidelines.md)
78
- [Token Integration Checklist](./development-guidelines/token_integration.md)
89
- [Incident Response Recommendations](./development-guidelines/incident_response.md)

development-guidelines/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
List of Best Practices for Smart Contract Development
22

3+
- [Code Maturity](./code_maturity.md): Criteria for developers and security engineers to use when evaluating a codebase’s maturity
34
- [High-Level Best Practices](./guidelines.md): Essential high-level best practices for all smart contracts
45
- [Token Integration Checklist](./token_integration.md): Important aspects to consider when interacting with various tokens
56
- [Incident Response Recommendations](./incident_response.md): Guidelines on establishing an effective incident response plan

0 commit comments

Comments
 (0)