From f69ed97c6f0dccfc58f410d9dca0931463245459 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 11 Jul 2025 10:22:46 +0200 Subject: [PATCH] Adding the Compiler Annotation guide to work-in-progress Signed-off-by: Georg Kunz --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 75c9bde7..622cb3f1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,6 +38,7 @@ guidance about memory safety through our memory safety SIG, and so on. Examples of ongoing work include: * [Secure Coding One Stop Shop for Python](Secure-Coding-Guide-for-Python/readme.md) +* [Compiler Annotations for C and C++](Compiler-Hardening-Guides/Compiler-Annotations-for-C-and-C++.md) We typically use the [Simplest Possible Process (SPP)](https://best.openssf.org/spp/Simplest-Possible-Process) to publish our results on the web.