Skip to content

Commit 7263eba

Browse files
Add "Correctly Using RE" to best.openssf.org index (#859)
This commit adds a missing hyperlink. We previously created the guide "Correctly Using Regular Expressions for Secure Input Validation" at <https://best.openssf.org/Correctly-Using-Regular-Expressions> and list this guide at <https://openssf.org/resources/guides/>. We forgot to add the guide to the list at best.openssf.org. This commit adds a link to the guide from <https://best.openssf.org/>, where it should have been added as well. Signed-off-by: David A. Wheeler <[email protected]>
1 parent 5532e5e commit 7263eba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is a list of materials (documents, services, and so on) released by the
1111
* [npm Best Practices Guide](https://github.com/ossf/package-manager-best-practices/blob/main/published/npm.md)
1212
* [Source Code Management Platform Configuration Best Practices Guide](https://best.openssf.org/SCM-BestPractices/)
1313
* [Compiler Options Hardening Guide for C and C++](https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++)
14+
* [Correctly Using Regular Expressions for Secure Input Validation](https://best.openssf.org/Correctly-Using-Regular-Expressions)
1415
* [The Memory Safety Continuum](https://memorysafety.openssf.org/memory-safety-continuum)
1516

1617
Note: You can also see the larger list of

0 commit comments

Comments
 (0)