diff mbox series

[meta-oe,kirkstone,08/14] libraw: ignore CVE-2020-35533

Message ID 20251128201845.2578315-8-skandigraun@gmail.com
State New
Headers show
Series [meta-multimedia,kirkstone,01/14] libde265: patch CVE-2022-1253 | expand

Commit Message

Gyorgy Sarvari Nov. 28, 2025, 8:18 p.m. UTC
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-35533

The fix is already included in the currently used revision.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-support/libraw/libraw_0.20.2.bb | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 ee64c33d78..41aac581f1 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,9 @@  inherit autotools pkgconfig
 DEPENDS = "jpeg jasper lcms"
 
 # The fixes are already included in the current versin (0.20.2)
-CVE_CHECK_IGNORE += "CVE-2020-35530 CVE-2020-35531 CVE-2020-35532"
+CVE_CHECK_IGNORE += " \
+    CVE-2020-35530 \
+    CVE-2020-35531 \
+    CVE-2020-35532 \
+    CVE-2020-35533 \
+    "