From 0bf8f987433e9faf3c58f3a5d2d9a7491da98883 Mon Sep 17 00:00:00 2001 From: Gilles Peskine 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 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 11f9ba40af..b6bfc5e489 100644 --- a/README.md +++ b/README.md @@ -178,3 +178,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 . 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.