From b6b15b26e9ff59fb55625d17e18ce303e47bdb62 Mon Sep 17 00:00:00 2001 From: Gilles Peskine <Gilles.Peskine@arm.com> Date: Thu, 30 Sep 2021 14:10:06 +0200 Subject: [PATCH] Add contact information directly on the home page This information was already present in SECURITY.md and SUPPORT.md, but that wasn't very apparent. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b80ee115aa..dbe6a2325e 100644 --- a/README.md +++ b/README.md @@ -298,3 +298,10 @@ Contributing ------------ We gratefully accept bug reports and contributions from the community. Please see the [contributing guidelines](CONTRIBUTING.md) for details on how to do this. + +Contact +------- + +* To report a security vulnerability in Mbed TLS, please email <mbed-tls-security@lists.trustedfirmware.org>. For more information, see [`SECURITY.md`](SECURITY.md). +* To report a bug or request a feature in Mbed TLS, please [file an issue on GitHub](https://github.com/ARMmbed/mbedtls/issues/new/choose). +* Please see [`SUPPORT.md`](SUPPORT.md) for other channels for discussion and support about Mbed TLS.