| Message ID | 20260308175742.3614559-1-skandigraun@gmail.com |
|---|---|
| State | Under Review |
| Delegated to: | Anuj Mittal |
| Headers | show |
| Series | [meta-oe,whinlatter] exiftool: ignore CVE-2026-3102 | expand |
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"
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-3102 The vulnerability impacts only MacOS - ignore it. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-oe/recipes-devtools/perl/exiftool_13.42.bb | 2 ++ 1 file changed, 2 insertions(+)