From 34f34b93d99fce3ff1ccf1f246ffd009be7139b9 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 28 Nov 2025 21:18:37 +0100 Subject: [PATCH] libraw: ignore CVE-2020-35531 Details: https://nvd.nist.gov/vuln/detail/CVE-2020-35531 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d842501ab4..d87c78f46b 100644 --- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb +++ b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb @@ -10,5 +10,5 @@ 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" +# The fixes are already included in the current versin (0.20.2) +CVE_CHECK_IGNORE += "CVE-2020-35530 CVE-2020-35531"