From 27f77ae006f30deedbe6c4997129b0fa0dadccb4 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 28 Nov 2025 21:18:36 +0100 Subject: [PATCH] libraw: ignore CVE-2020-35530 Details: https://nvd.nist.gov/vuln/detail/CVE-2020-35530 The fix is already included in the currently used revision. Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-support/libraw/libraw_0.20.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb index 1940864a20..d842501ab4 100644 --- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb +++ b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb @@ -9,3 +9,6 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig DEPENDS = "jpeg jasper lcms" + +# The fix is already included in the current versin (0.20.2) +CVE_CHECK_IGNORE += "CVE-2020-35530"