mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
The current security-related documentation is a bit hard to find and hidden within the development manual. However these are processes that are not part of a development task but is rather a vulnerability reporting process. Create a new "Security" section in the documentation to gather this information. This will be directly visible in the sidebar when opening the documentation. Split the previous security-subjects.rst document into 2 documents: - security-team.rst: defines the roles of the security teams and its members. - reporting-vulnerabilities.rst: guide to report vulnerabilities to the security team. The plan is to backport these documents to active releases. As a consequence, this section should be free of instructions and information that only make sense for a specific release. It should _not_ contain documents on how to enable security features with Yocto on target devices, this is unrelated and can be left in the development manual (for example: dev-manual/vulnerabilities.rst to deal with CVEs). (From yocto-docs rev: 3fd0f37d708d88534dd6dbb51dc264911c349352) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 81e14ca2d5cff9e2104c556655144b069633790c) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
51 lines
912 B
ReStructuredText
51 lines
912 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
|
|
|
|
======================================
|
|
Yocto Project Development Tasks Manual
|
|
======================================
|
|
|
|
.. toctree::
|
|
:caption: Table of Contents
|
|
:numbered:
|
|
|
|
intro
|
|
start
|
|
layers
|
|
customizing-images
|
|
new-recipe
|
|
new-machine
|
|
upgrading-recipes
|
|
temporary-source-code
|
|
quilt.rst
|
|
development-shell
|
|
python-development-shell
|
|
building
|
|
speeding-up-build
|
|
libraries
|
|
prebuilt-libraries
|
|
x32-psabi
|
|
gobject-introspection
|
|
external-toolchain
|
|
wic
|
|
bmaptool
|
|
securing-images
|
|
custom-distribution
|
|
custom-template-configuration-directory
|
|
disk-space
|
|
packages
|
|
efficiently-fetching-sources
|
|
init-manager
|
|
device-manager
|
|
external-scm
|
|
read-only-rootfs
|
|
build-quality
|
|
debugging
|
|
licenses
|
|
vulnerabilities
|
|
sbom
|
|
error-reporting-tool
|
|
wayland
|
|
qemu
|
|
|
|
.. include:: /boilerplate.rst
|