mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 15:22:26 +00:00
Add a doc to the security section enumerating a threat model for a sensor-type device. This will help the direction of work to meet these security requirements for this particular application. Signed-off-by: David Brown <david.brown@linaro.org>
16 lines
325 B
ReStructuredText
16 lines
325 B
ReStructuredText
.. _zephyr-security-docs:
|
|
|
|
Zephyr Project Security
|
|
#######################
|
|
|
|
These documents describe the requirements, processes, and developer guidelines
|
|
for ensuring security is addressed within the Zephyr project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
security-overview.rst
|
|
secure-coding.rst
|
|
sensor-threat.rst
|