summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-09 10:17:53 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:17 -0700
commiteea3a141938a8614b20f9c1cd7a24035a1371583 (patch)
tree27bbc595a5ad2b7768922951142f1821a959096e /meta-oe
parent39318cebcbc2896e568b9ed108febbd623a4b664 (diff)
downloadmeta-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.bb3
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"
53FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}" 53FILES:${PN} += "${libdir}/gdk-pixbuf-2.0 ${datadir}"
54 54
55BBCLASSEXTEND = "native" 55BBCLASSEXTEND = "native"
56
57CVE_STATUS[CVE-2025-12474] = "fixed-version: fixed in v0.11.2"
58CVE_STATUS[CVE-2026-1837] = "fixed-version: fixed in v0.11.2"