From e0c3390f1e2e51c8098f49b1a7d5957fadef512a Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Mon, 25 Dec 2023 18:39:18 +0000 Subject: [PATCH] Typo and email in Security.md Fixes: 13027ef797edba55967f366ec958a9a03b3d345b email duplicated from docs/source/community.rst --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 3d1923540..852025c0c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ **Please note that public Github issues are open for everyone to see!** -If you believe you are found a problem in Gunicorn software, examples or documentation, we encourage you to send your report privately via email, or via Github using the *Report a vulnerability* button in the [Security](https://github.com/benoitc/gunicorn/security) section. +If you believe you are found a problem in Gunicorn software, examples or documentation, we encourage you to send your report privately via [email](mailto:security@gunicorn.org?subject=Security%20issue%20in%20Gunicorn), or via Github using the *Report a vulnerability* button in the [Security](https://github.com/benoitc/gunicorn/security) section. ## Supported Releases @@ -19,4 +19,4 @@ At this time, **only the latest release** receives any security attention whatso ## Python Versions -Gunicorn runs on Python 3.7+, we *highly recommend* the latest release of a [supported series](https://devguide.python.org/version/) and will not prioritize issues exclusively affecting in EoL environments. +Gunicorn runs on Python 3.7+, we *highly recommend* the latest release of a [supported series](https://devguide.python.org/versions/) and will not prioritize issues exclusively affecting in EoL environments.