From a275078cbeaa0fafcfa4eb60ca69f05a8fe3df99 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 15 Dec 2025 18:02:09 +0100 Subject: [PATCH] fio: ignore CVE-2025-10824 Details: https://nvd.nist.gov/vuln/detail/CVE-2025-10824 The upstream maintainer wasn't able to reproduce the issue[1], and the related bug is closed without further action. [1]: https://github.com/axboe/fio/issues/1981 Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/fio/fio_3.39.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.39.bb b/meta-oe/recipes-benchmark/fio/fio_3.39.bb index 4a94aadf42..2ca52aaecf 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.39.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.39.bb @@ -45,3 +45,5 @@ do_install() { install -d ${D}/${docdir}/${PN} cp -R --no-dereference --preserve=mode,links -v ${S}/examples ${D}/${docdir}/${PN}/ } + +CVE_STATUS[CVE-2025-10824] = "disputed: Maintainer could not reproduce the issue, issue is closed without change."