summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.0.5.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-11-04 13:31:23 +0100
committerSteve Sakoman <steve@sakoman.com>2024-11-11 09:16:26 -0800
commitf09fc4426ba146f3b65f7a5daf235ca1c15a759a (patch)
treeae8ca6ddb7c043093cc2c0b6ca63968c41400434 /documentation/migration-guides/release-notes-4.0.5.rst
parent2935d1b1d83bbb5ba73e66d4bdb8d9c52aa7c965 (diff)
downloadpoky-f09fc4426ba146f3b65f7a5daf235ca1c15a759a.tar.gz
conf.py: rename :cve: role to :cve_nist:
Newer versions of Sphinx already define a :cve: role that points to cve.org, instead of the role we defined in conf.py that points to nvd.nist.gov. Rename our role to :cve_nist: to avoid warnings (treated as errors). This is also backwards compatible, meaning we can build the doc with an older Sphinx if needed. The file were automatically replaced with following command: find . -name '*.rst' -exec sed -i 's/:cve:/:cve_nist:/g' {} \+ Suggested-By: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 1e5e574a6cdb6b086da2c5a981446b522e80cf2d) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 15fa3b7e85dde50d7236c1738ad607531cc654b8) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides/release-notes-4.0.5.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.0.5.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/migration-guides/release-notes-4.0.5.rst b/documentation/migration-guides/release-notes-4.0.5.rst
index cdfe85b750..ae061ed633 100644
--- a/documentation/migration-guides/release-notes-4.0.5.rst
+++ b/documentation/migration-guides/release-notes-4.0.5.rst
@@ -6,11 +6,11 @@ Release notes for Yocto-4.0.5 (Kirkstone)
6Security Fixes in Yocto-4.0.5 6Security Fixes in Yocto-4.0.5
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 8
9- qemu: fix :cve:`2021-3750`, :cve:`2021-3611` and :cve:`2022-2962` 9- qemu: fix :cve_nist:`2021-3750`, :cve_nist:`2021-3611` and :cve_nist:`2022-2962`
10- binutils : fix :cve:`2022-38126`, :cve:`2022-38127` and :cve:`2022-38128` 10- binutils : fix :cve_nist:`2022-38126`, :cve_nist:`2022-38127` and :cve_nist:`2022-38128`
11- tff: fix :cve:`2022-2867`, :cve:`2022-2868` and :cve:`2022-2869` 11- tff: fix :cve_nist:`2022-2867`, :cve_nist:`2022-2868` and :cve_nist:`2022-2869`
12- inetutils: fix :cve:`2022-39028` 12- inetutils: fix :cve_nist:`2022-39028`
13- go: fix :cve:`2022-27664` 13- go: fix :cve_nist:`2022-27664`
14 14
15Fixes in Yocto-4.0.5 15Fixes in Yocto-4.0.5
16~~~~~~~~~~~~~~~~~~~~ 16~~~~~~~~~~~~~~~~~~~~