diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-09 10:17:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:17 -0700 |
| commit | eea3a141938a8614b20f9c1cd7a24035a1371583 (patch) | |
| tree | 27bbc595a5ad2b7768922951142f1821a959096e /meta-oe | |
| parent | 39318cebcbc2896e568b9ed108febbd623a4b664 (diff) | |
| download | meta-openembedded-eea3a141938a8614b20f9c1cd7a24035a1371583.tar.gz | |
libjxl: mark CVE-2025-12474 and CVE-2026-1837 patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-12474
https://nvd.nist.gov/vuln/detail/CVE-2026-1837
Both CVEs have been fixed in v0.11.2, but NVD tracks these
vulnerabilities without version information.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb b/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb index 617d3bc502..f73fd314c2 100644 --- a/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb +++ b/meta-oe/recipes-multimedia/libjxl/libjxl_0.11.2.bb | |||
| @@ -53,3 +53,6 @@ CXXFLAGS:append:toolchain-clang:arm = " -fno-integrated-as" | |||
| 53 | FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" | 53 | FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" |
| 54 | 54 | ||
| 55 | BBCLASSEXTEND = "native" | 55 | BBCLASSEXTEND = "native" |
| 56 | |||
| 57 | CVE_STATUS[CVE-2025-12474] = "fixed-version: fixed in v0.11.2" | ||
| 58 | CVE_STATUS[CVE-2026-1837] = "fixed-version: fixed in v0.11.2" | ||
