summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-07 16:51:45 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-08 18:46:01 -0700
commit072623d57811f042a330ff394b09198a66957330 (patch)
tree6e4c04a293d3d1c3c323979dd48a79048ea651a6
parenta29b32861220b82838c0159ea54500b8c0283632 (diff)
downloadmeta-openembedded-072623d57811f042a330ff394b09198a66957330.tar.gz
luajit: ignore CVE-2024-2517{6,7,8}
All 3 CVEs are fixed in the currently used revision. Fixes: CVE-2024-25176: https://github.com/LuaJIT/LuaJIT/commit/343ce0edaf3906a62022936175b2f5410024cbfc CVE-2024-25177: https://github.com/LuaJIT/LuaJIT/commit/85b4fed0b0353dd78c8c875c2f562d522a2b310f CVE-2024-25178: https://github.com/LuaJIT/LuaJIT/commit/defe61a56751a0db5f00ff3ab7b8f45436ba74c8 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/luajit/luajit_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb
index f4a1345ab2..9df5fca0e6 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_git.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb
@@ -95,3 +95,7 @@ COMPATIBLE_HOST:powerpc64 = "null"
95COMPATIBLE_HOST:powerpc64le = "null" 95COMPATIBLE_HOST:powerpc64le = "null"
96COMPATIBLE_HOST:riscv64 = "null" 96COMPATIBLE_HOST:riscv64 = "null"
97COMPATIBLE_HOST:riscv32 = "null" 97COMPATIBLE_HOST:riscv32 = "null"
98
99CVE_STATUS[CVE-2024-25176] = "fixed-version: The used revision contains the fix already."
100CVE_STATUS[CVE-2024-25177] = "fixed-version: The used revision contains the fix already."
101CVE_STATUS[CVE-2024-25178] = "fixed-version: The used revision contains the fix already."