From fa1062ec0549ce687b0fc36064e6ed5ae911d699 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sat, 19 Apr 2025 15:47:01 -0400 Subject: [PATCH] Add "Correctly Using RE" to best.openssf.org index This commit adds a missing hyperlink. We previously created the guide "Correctly Using Regular Expressions for Secure Input Validation" at and list this guide at . We forgot to add the guide to the list at best.openssf.org. This commit adds a link to the guide from , where it should have been added as well. Signed-off-by: David A. Wheeler --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 3ad35c67..7484e762 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,6 +11,7 @@ This is a list of materials (documents, services, and so on) released by the * [npm Best Practices Guide](https://github.com/ossf/package-manager-best-practices/blob/main/published/npm.md) * [Source Code Management Platform Configuration Best Practices Guide](https://best.openssf.org/SCM-BestPractices/) * [Compiler Options Hardening Guide for C and C++](https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++) +* [Correctly Using Regular Expressions for Secure Input Validation](https://best.openssf.org/Correctly-Using-Regular-Expressions) * [The Memory Safety Continuum](https://memorysafety.openssf.org/memory-safety-continuum) Note: You can also see the larger list of