summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-15 18:02:09 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-16 19:57:32 -0800
commita275078cbeaa0fafcfa4eb60ca69f05a8fe3df99 (patch)
tree1c0892e8d1b77ab3afe787575d434c567953e0c1
parent3916c15a779cc9c817e19aca2d8b64888079665c (diff)
downloadmeta-openembedded-a275078cbeaa0fafcfa4eb60ca69f05a8fe3df99.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_3.39.bb2
1 files changed, 2 insertions, 0 deletions
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() {
45 install -d ${D}/${docdir}/${PN} 45 install -d ${D}/${docdir}/${PN}
46 cp -R --no-dereference --preserve=mode,links -v ${S}/examples ${D}/${docdir}/${PN}/ 46 cp -R --no-dereference --preserve=mode,links -v ${S}/examples ${D}/${docdir}/${PN}/
47} 47}
48
49CVE_STATUS[CVE-2025-10824] = "disputed: Maintainer could not reproduce the issue, issue is closed without change."