summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-05-13 17:04:42 +1200
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-21 08:57:44 +0530
commit92b579811512a187b39b6c8b866b7e9066a3b89c (patch)
tree36d255ec701d4272c238415d243fec77993e6fb2 /meta-oe/recipes-devtools
parent5fe0fb19e7fe5b0084cda56985203fc180f1607b (diff)
downloadmeta-openembedded-92b579811512a187b39b6c8b866b7e9066a3b89c.tar.gz
exiftool: ignore CVE-2026-7580
The impacted function mentioned in the nvd[1] was introduced in v12.82[2], hence we can ignore this CVE. [1]https://nvd.nist.gov/vuln/detail/CVE-2026-7580 [2]https://github.com/exiftool/exiftool/commit/280a7f0db71b5887be492d57723723cb196ad2f9 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/perl/exiftool_12.72.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
index f1d17a6799..68e7a79436 100644
--- a/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
+++ b/meta-oe/recipes-devtools/perl/exiftool_12.72.bb
@@ -22,3 +22,4 @@ RDEPENDS:${PN} = " \
22" 22"
23 23
24CVE_STATUS[CVE-2026-3102] = "not-applicable-platform: affects only MacOS" 24CVE_STATUS[CVE-2026-3102] = "not-applicable-platform: affects only MacOS"
25CVE_STATUS[CVE-2026-7580] = "cpe-incorrect: The current version (12.72) is not affected."