summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/common-tasks.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 53e7686633..d435bc8a4c 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -6231,6 +6231,13 @@ more secure:
6231 vulnerabilities discovered in the future. This consideration 6231 vulnerabilities discovered in the future. This consideration
6232 especially applies when your device is network-enabled. 6232 especially applies when your device is network-enabled.
6233 6233
6234- Regularly scan and apply fixes for CVE security issues affecting
6235 all software components in the product, see ":ref:`dev-manual/common-tasks:checking for vulnerabilities`".
6236
6237- Regularly update your version of Poky and OE-Core from their upstream
6238 developers, e.g. to apply updates and security fixes from stable
6239 and LTS branches.
6240
6234- Ensure you remove or disable debugging functionality before producing 6241- Ensure you remove or disable debugging functionality before producing
6235 the final image. For information on how to do this, see the 6242 the final image. For information on how to do this, see the
6236 ":ref:`dev-manual/common-tasks:considerations specific to the openembedded build system`" 6243 ":ref:`dev-manual/common-tasks:considerations specific to the openembedded build system`"