From abcfc4cd6871c57af05fa2ee1c3fe80dfc556cdc Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Mon, 11 Mar 2024 13:37:40 +0000 Subject: Fix the security-alert email link in the README This fixes the security-alert email link to actually open up in an email client, rather than it trying to make the email link a part of the Unit repository URL. Fixes: fa42d858a ("Adding GitHub-styled README and CONTRIBUTING files in Markdown.") Signed-off-by: Andrew Clayton --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e230767..e92b192e 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ usability. - To reach the team directly, subscribe to the [mailing list](https://mailman.nginx.org/mailman/listinfo/unit). -- For security issues, [email us](security-alert@nginx.org), mentioning - NGINX Unit in the subject and following the [CVSS +- For security issues, [email us](mailto:security-alert@nginx.org), + mentioning NGINX Unit in the subject and following the [CVSS v3.1](https://www.first.org/cvss/v3.1/specification-document) spec. -- cgit