summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-28 21:18:38 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:13:58 +0100
commit73891ac75644c61a01cebf51e7403c44b829bf0f (patch)
tree3d38a9d962aa4fdf9d18ca3fdb86844107ff1393
parent34f34b93d99fce3ff1ccf1f246ffd009be7139b9 (diff)
downloadmeta-openembedded-73891ac75644c61a01cebf51e7403c44b829bf0f.tar.gz
libraw: ignore CVE-2020-35532
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-35532 The fix is already included in the currently used revision. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-support/libraw/libraw_0.20.2.bb2
1 files changed, 1 insertions, 1 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 d87c78f46b..ee64c33d78 100644
--- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
+++ b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb
@@ -11,4 +11,4 @@ inherit autotools pkgconfig
11DEPENDS = "jpeg jasper lcms" 11DEPENDS = "jpeg jasper lcms"
12 12
13# The fixes are already included in the current versin (0.20.2) 13# The fixes are already included in the current versin (0.20.2)
14CVE_CHECK_IGNORE += "CVE-2020-35530 CVE-2020-35531" 14CVE_CHECK_IGNORE += "CVE-2020-35530 CVE-2020-35531 CVE-2020-35532"