From 3b26373de120af0f5697f2b0871cd428438bb675 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 25 Aug 2017 07:52:25 -0700 Subject: [PATCH] doc: Add security doc mention in GitHub README Zephyr Security WG requests listing a point of contact on the main GitHub repo README for security-related inquiries. (This section of the README is also included in the project intro page, via include directive.) Signed-off-by: David B. Kinder --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 651e98fe6a3..cb3ea997c5b 100644 --- a/README.rst +++ b/README.rst @@ -72,6 +72,12 @@ support systems: our JIRA system: https://jira.zephyrproject.org. You can browse through the reported issues and submit issues of your own. +* **Security-related Issue Reporting**: For security-related inquiries or + reporting suspected security-related bugs in the Zephyr OS, please + send email to vulnerabilities@zephyrproject.org. We will assess and fix + flaws according to our security policy outlined in the Zephyr Project + `Security Overview`_. + * **Mailing List**: The `Zephyr Mailing Lists`_ are perhaps the most convenient way to track developer discussions and to ask your own support questions to the Zephyr project community. @@ -92,3 +98,4 @@ support systems: .. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki .. _Zephyr Mailing Lists: https://lists.zephyrproject.org/ .. _Sample and Demo Code Examples: https://www.zephyrproject.org/doc/samples/samples.html +.. _Security Overview: https://www.zephyrproject.org/doc/security/security-overview.html