diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-04 13:31:23 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-09 05:53:57 -0800 |
| commit | 8d694594e1aed44411d99ba9d7d5f306f4065171 (patch) | |
| tree | 391502bf1210f8e25c9d07e69eb25699260cfc50 /documentation/migration-guides/release-notes-4.3.1.rst | |
| parent | 28385f20402c81320815ad3c745f414909e23771 (diff) | |
| download | poky-8d694594e1aed44411d99ba9d7d5f306f4065171.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' {} \+
Cherry pick:
* remove changes to release-notes-5.1.rst, does not exist on this branch.
* release-notes-5.0.4.rst: apply the command to this file as it was
treated previously.
Suggested-By: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 5b86879b3b5f3c51bc7fa5dd2848cf1153a22242)
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.3.1.rst')
| -rw-r--r-- | documentation/migration-guides/release-notes-4.3.1.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.1.rst b/documentation/migration-guides/release-notes-4.3.1.rst index cea9c538a2..afde1e7942 100644 --- a/documentation/migration-guides/release-notes-4.3.1.rst +++ b/documentation/migration-guides/release-notes-4.3.1.rst | |||
| @@ -6,14 +6,14 @@ Release notes for Yocto-4.3.1 (Nanbield) | |||
| 6 | Security Fixes in Yocto-4.3.1 | 6 | Security Fixes in Yocto-4.3.1 |
| 7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 8 | 8 | ||
| 9 | - libsndfile1: Fix :cve:`2022-33065` | 9 | - libsndfile1: Fix :cve_nist:`2022-33065` |
| 10 | - libxml2: Ignore :cve:`2023-45322` | 10 | - libxml2: Ignore :cve_nist:`2023-45322` |
| 11 | - linux-yocto/6.1: Ignore :cve:`2020-27418`, :cve:`2023-31085`, :cve_mitre:`2023-34324`, :cve:`2023-39189`, :cve:`2023-39192`, :cve:`2023-39193`, :cve:`2023-39194`, :cve:`2023-4244`, :cve:`2023-42754`, :cve:`2023-42756`, :cve:`2023-44466`, :cve:`2023-4563`, :cve:`2023-45862`, :cve:`2023-45863`, :cve:`2023-45871`, :cve:`2023-45898`, :cve:`2023-4732`, :cve:`2023-5158`, :cve:`2023-5197` and :cve:`2023-5345` | 11 | - linux-yocto/6.1: Ignore :cve_nist:`2020-27418`, :cve_nist:`2023-31085`, :cve_mitre:`2023-34324`, :cve_nist:`2023-39189`, :cve_nist:`2023-39192`, :cve_nist:`2023-39193`, :cve_nist:`2023-39194`, :cve_nist:`2023-4244`, :cve_nist:`2023-42754`, :cve_nist:`2023-42756`, :cve_nist:`2023-44466`, :cve_nist:`2023-4563`, :cve_nist:`2023-45862`, :cve_nist:`2023-45863`, :cve_nist:`2023-45871`, :cve_nist:`2023-45898`, :cve_nist:`2023-4732`, :cve_nist:`2023-5158`, :cve_nist:`2023-5197` and :cve_nist:`2023-5345` |
| 12 | - linux-yocto/6.5: Ignore :cve:`2020-27418`, :cve:`2023-1193`, :cve:`2023-39191`, :cve:`2023-39194`, :cve:`2023-40791`, :cve:`2023-44466`, :cve:`2023-45862`, :cve:`2023-45863`, :cve:`2023-4610` and :cve:`2023-4732` | 12 | - linux-yocto/6.5: Ignore :cve_nist:`2020-27418`, :cve_nist:`2023-1193`, :cve_nist:`2023-39191`, :cve_nist:`2023-39194`, :cve_nist:`2023-40791`, :cve_nist:`2023-44466`, :cve_nist:`2023-45862`, :cve_nist:`2023-45863`, :cve_nist:`2023-4610` and :cve_nist:`2023-4732` |
| 13 | - openssl: Fix :cve:`2023-5363` | 13 | - openssl: Fix :cve_nist:`2023-5363` |
| 14 | - pixman: Ignore :cve:`2023-37769` | 14 | - pixman: Ignore :cve_nist:`2023-37769` |
| 15 | - vim: Fix :cve:`2023-46246` | 15 | - vim: Fix :cve_nist:`2023-46246` |
| 16 | - zlib: Ignore :cve:`2023-45853` | 16 | - zlib: Ignore :cve_nist:`2023-45853` |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | Fixes in Yocto-4.3.1 | 19 | Fixes in Yocto-4.3.1 |
