From f4dca597c9b8616f79712a049d79741d2567a062 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 8 Mar 2026 18:57:42 +0100 Subject: [PATCH] exiftool: ignore CVE-2026-3102 Details: https://nvd.nist.gov/vuln/detail/CVE-2026-3102 The vulnerability impacts only MacOS - ignore it. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- meta-oe/recipes-devtools/perl/exiftool_13.42.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/perl/exiftool_13.42.bb b/meta-oe/recipes-devtools/perl/exiftool_13.42.bb index 5d97cf5838..08549ad2aa 100644 --- a/meta-oe/recipes-devtools/perl/exiftool_13.42.bb +++ b/meta-oe/recipes-devtools/perl/exiftool_13.42.bb @@ -26,3 +26,5 @@ do_install:append() { # Fix shebang and QA Issue [file-rdeps] to use target /usr/bin/env sed -i -e '1s|^#!.*env perl|#!/usr/bin/env perl|' ${D}${bindir}/exiftool } + +CVE_STATUS[CVE-2026-3102] = "not-applicable-platform: affects only MacOS"