From 0fcd3d0e1d4889ff4192fbbcc4318a43689f3fb3 Mon Sep 17 00:00:00 2001 From: Daniel Appelquist Date: Tue, 4 Jun 2024 17:37:26 +0100 Subject: [PATCH 1/3] Add invitation to open issues Add an invitation to open issues to the regexp summary doc Signed-off-by: Daniel Appelquist --- docs/Correctly-Using-Regular-Expressions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Correctly-Using-Regular-Expressions.md b/docs/Correctly-Using-Regular-Expressions.md index 30bdf2a6..020d2d90 100644 --- a/docs/Correctly-Using-Regular-Expressions.md +++ b/docs/Correctly-Using-Regular-Expressions.md @@ -129,4 +129,10 @@ In addition, ensure your regex is not vulnerable to a Regular Expression Denial For detailed rationale, along with other information such as contributor credits, see [Correctly Using Regular Expressions for Secure Input Validation - Rationale](./Correctly-Using-Regular-Expressions-Rationale). +## Contributions and Corrections Welcome + +Please feel free to [open an issue](https://github.com/ossf/wg-best-practices-os-developers/issues) with us if you have additions or changes you'd like to see. + +## License + This document is released under the [Creative Commons CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/). From 4f2afe74401662a05e9924c4658456a351ee2928 Mon Sep 17 00:00:00 2001 From: Daniel Appelquist Date: Fri, 7 Jun 2024 13:04:42 +0100 Subject: [PATCH 2/3] Update docs/Correctly-Using-Regular-Expressions.md Co-authored-by: Chris de Almeida Signed-off-by: Daniel Appelquist --- docs/Correctly-Using-Regular-Expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Correctly-Using-Regular-Expressions.md b/docs/Correctly-Using-Regular-Expressions.md index 020d2d90..a512890d 100644 --- a/docs/Correctly-Using-Regular-Expressions.md +++ b/docs/Correctly-Using-Regular-Expressions.md @@ -131,7 +131,7 @@ For detailed rationale, along with other information such as contributor credits ## Contributions and Corrections Welcome -Please feel free to [open an issue](https://github.com/ossf/wg-best-practices-os-developers/issues) with us if you have additions or changes you'd like to see. +If you have any additions, changes, or corrections you'd like to suggest, please [open an issue](https://github.com/ossf/wg-best-practices-os-developers/issues). We appreciate your contributions! ## License From e35f6bcc57af2f31dccb5b4751b8f1a81574727b Mon Sep 17 00:00:00 2001 From: Daniel Appelquist Date: Tue, 17 Dec 2024 15:57:04 +0000 Subject: [PATCH 3/3] Update docs/Correctly-Using-Regular-Expressions.md Signed-off-by: Daniel Appelquist --- docs/Correctly-Using-Regular-Expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Correctly-Using-Regular-Expressions.md b/docs/Correctly-Using-Regular-Expressions.md index a512890d..ec844e15 100644 --- a/docs/Correctly-Using-Regular-Expressions.md +++ b/docs/Correctly-Using-Regular-Expressions.md @@ -131,7 +131,7 @@ For detailed rationale, along with other information such as contributor credits ## Contributions and Corrections Welcome -If you have any additions, changes, or corrections you'd like to suggest, please [open an issue](https://github.com/ossf/wg-best-practices-os-developers/issues). We appreciate your contributions! +If you have any additions, changes, or corrections you'd like to suggest, please [open an issue](https://github.com/ossf/wg-best-practices-os-developers/issues) or [create a pull request](https://github.com/ossf/wg-best-practices-os-developers/pulls). We appreciate your contributions! ## License