diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-04 13:31:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-07 10:12:23 +0000 |
| commit | 7748c7aa32cecdf23330ddaf184da20639e4d2e3 (patch) | |
| tree | b68c46485653034b991a049e279d31d1906c19a6 /documentation/migration-guides/release-notes-4.3.3.rst | |
| parent | 7545dc3af8f7d3aa40a965509cd990ef64f17e51 (diff) | |
| download | poky-7748c7aa32cecdf23330ddaf184da20639e4d2e3.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: 15fa3b7e85dde50d7236c1738ad607531cc654b8)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/release-notes-4.3.3.rst')
| -rw-r--r-- | documentation/migration-guides/release-notes-4.3.3.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.3.rst b/documentation/migration-guides/release-notes-4.3.3.rst index 2a0658a9c9..d30f4f5c2d 100644 --- a/documentation/migration-guides/release-notes-4.3.3.rst +++ b/documentation/migration-guides/release-notes-4.3.3.rst | |||
| @@ -6,17 +6,17 @@ Release notes for Yocto-4.3.3 (Nanbield) | |||
| 6 | Security Fixes in Yocto-4.3.3 | 6 | Security Fixes in Yocto-4.3.3 |
| 7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 8 | 8 | ||
| 9 | - curl: Fix :cve:`2023-46219` | 9 | - curl: Fix :cve_nist:`2023-46219` |
| 10 | - glibc: Ignore fixed :cve:`2023-0687` and :cve:`2023-5156` | 10 | - glibc: Ignore fixed :cve_nist:`2023-0687` and :cve_nist:`2023-5156` |
| 11 | - linux-yocto/6.1: Ignore :cve:`2022-48619`, :cve:`2023-4610`, :cve:`2023-5178`, :cve:`2023-5972`, :cve:`2023-6040`, :cve:`2023-6531`, :cve:`2023-6546`, :cve:`2023-6622`, :cve:`2023-6679`, :cve:`2023-6817`, :cve:`2023-6931`, :cve:`2023-6932`, :cve:`2023-7192`, :cve:`2024-0193` and :cve:`2024-0443` | 11 | - linux-yocto/6.1: Ignore :cve_nist:`2022-48619`, :cve_nist:`2023-4610`, :cve_nist:`2023-5178`, :cve_nist:`2023-5972`, :cve_nist:`2023-6040`, :cve_nist:`2023-6531`, :cve_nist:`2023-6546`, :cve_nist:`2023-6622`, :cve_nist:`2023-6679`, :cve_nist:`2023-6817`, :cve_nist:`2023-6931`, :cve_nist:`2023-6932`, :cve_nist:`2023-7192`, :cve_nist:`2024-0193` and :cve_nist:`2024-0443` |
| 12 | - linux-yocto/6.1: Fix :cve:`2023-1193`, :cve_mitre:`2023-51779`, :cve:`2023-51780`, :cve:`2023-51781`, :cve:`2023-51782` and :cve:`2023-6606` | 12 | - linux-yocto/6.1: Fix :cve_nist:`2023-1193`, :cve_mitre:`2023-51779`, :cve_nist:`2023-51780`, :cve_nist:`2023-51781`, :cve_nist:`2023-51782` and :cve_nist:`2023-6606` |
| 13 | - qemu: Fix :cve:`2023-3019` | 13 | - qemu: Fix :cve_nist:`2023-3019` |
| 14 | - shadow: Fix :cve:`2023-4641` | 14 | - shadow: Fix :cve_nist:`2023-4641` |
| 15 | - sqlite3: Fix :cve:`2024-0232` | 15 | - sqlite3: Fix :cve_nist:`2024-0232` |
| 16 | - sqlite3: drop obsolete CVE ignore :cve:`2023-36191` | 16 | - sqlite3: drop obsolete CVE ignore :cve_nist:`2023-36191` |
| 17 | - sudo: Fix :cve:`2023-42456` and :cve:`2023-42465` | 17 | - sudo: Fix :cve_nist:`2023-42456` and :cve_nist:`2023-42465` |
| 18 | - tiff: Fix :cve:`2023-6277` | 18 | - tiff: Fix :cve_nist:`2023-6277` |
| 19 | - xwayland: Fix :cve:`2023-6377` and :cve:`2023-6478` | 19 | - xwayland: Fix :cve_nist:`2023-6377` and :cve_nist:`2023-6478` |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | Fixes in Yocto-4.3.3 | 22 | Fixes in Yocto-4.3.3 |
