From e3ddc56fef104b1d497a7227b92a28ff7f8b388b Mon Sep 17 00:00:00 2001 From: yevh Date: Thu, 26 Jun 2025 11:19:02 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9226882..6962090 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Language-independent tools such as [Valgrind](https://www.valgrind.org/), [Dr. M | Name | Repository | Description | |:------------:|:---------------------------------------:|:----------------------------------------------------------------------:| | Secure Rust Guidelines | https://github.com/ANSSI-FR/rust-guide | A guide providing recommendations and resources for secure application development in Rust. | +| The Complete Rust Security Handbook | https://github.com/yevh/rust-security-handbook | Ten-chapter guide covering type-safety, panic-proofing, integer-overflow traps, async pitfalls, and smart-contract security. | --- # Groups of people