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 <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-08-25 07:52:25 -07:00 committed by Anas Nashif
commit 3b26373de1

View file

@ -72,6 +72,12 @@ support systems:
our JIRA system: https://jira.zephyrproject.org. You can browse through the our JIRA system: https://jira.zephyrproject.org. You can browse through the
reported issues and submit issues of your own. 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 * **Mailing List**: The `Zephyr Mailing Lists`_ are perhaps the most convenient
way to track developer discussions and to ask your own support questions to way to track developer discussions and to ask your own support questions to
the Zephyr project community. the Zephyr project community.
@ -92,3 +98,4 @@ support systems:
.. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki .. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki
.. _Zephyr Mailing Lists: https://lists.zephyrproject.org/ .. _Zephyr Mailing Lists: https://lists.zephyrproject.org/
.. _Sample and Demo Code Examples: https://www.zephyrproject.org/doc/samples/samples.html .. _Sample and Demo Code Examples: https://www.zephyrproject.org/doc/samples/samples.html
.. _Security Overview: https://www.zephyrproject.org/doc/security/security-overview.html