Skip to content

Commit 93c3ad4

Browse files
committed
f
1 parent da23d16 commit 93c3ad4

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
- [Basic Python](generic-methodologies-and-resources/python/basic-python.md)
8282
- [Threat Modeling](generic-methodologies-and-resources/threat-modeling.md)
8383
- [Blockchain & Crypto](blockchain/blockchain-and-crypto-currencies/README.md)
84+
- [Mutation Testing With Slither](blockchain/smart-contract-security/mutation-testing-with-slither.md)
8485
- [Lua Sandbox Escape](generic-methodologies-and-resources/lua/bypass-lua-sandboxes/README.md)
8586

8687
# 🧙‍♂️ Generic Hacking
@@ -932,5 +933,3 @@
932933
- [Post Exploitation](todo/post-exploitation.md)
933934
- [Investment Terms](todo/investment-terms.md)
934935
- [Cookies Policy](todo/cookies-policy.md)
935-
936-
- [Mutation Testing With Slither](blockchain/smart-contract-security/testing-and-analysis/mutation-testing-with-slither.md)

src/blockchain/blockchain-and-crypto-currencies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ These practices and mechanisms are foundational for anyone looking to engage wit
181181
- Mutation testing to find blind spots in test suites:
182182

183183
{{#ref}}
184-
../smart-contract-security/testing-and-analysis/mutation-testing-with-slither.md
184+
../smart-contract-security/mutation-testing-with-slither.md
185185
{{#endref}}
186186

187187
## References

src/blockchain/smart-contract-security/testing-and-analysis/mutation-testing-with-slither.md renamed to src/blockchain/smart-contract-security/mutation-testing-with-slither.md

File renamed without changes.

src/crypto-and-stego/blockchain-and-crypto-currencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ These practices and mechanisms are foundational for anyone looking to engage wit
181181
- Mutation testing to find blind spots in test suites:
182182

183183
{{#ref}}
184-
../blockchain/smart-contract-security/testing-and-analysis/mutation-testing-with-slither.md
184+
../blockchain/smart-contract-security/mutation-testing-with-slither.md
185185
{{#endref}}
186186

187187
## References

0 commit comments

Comments
 (0)