summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/redis/redis_6.2.21.bb2
-rw-r--r--meta-oe/recipes-extended/redis/redis_7.0.15.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/redis/redis_6.2.21.bb b/meta-oe/recipes-extended/redis/redis_6.2.21.bb
index e81984c081..3c24d459d6 100644
--- a/meta-oe/recipes-extended/redis/redis_6.2.21.bb
+++ b/meta-oe/recipes-extended/redis/redis_6.2.21.bb
@@ -25,6 +25,8 @@ inherit autotools-brokensep update-rc.d systemd useradd
25CVE_CHECK_IGNORE += "CVE-2022-0543" 25CVE_CHECK_IGNORE += "CVE-2022-0543"
26# not-applicable-config: only affects Windows 26# not-applicable-config: only affects Windows
27CVE_CHECK_IGNORE += "CVE-2022-3734" 27CVE_CHECK_IGNORE += "CVE-2022-3734"
28# disputed: not strictly a bug, mitigating it would affect functionality
29CVE_CHECK_IGNORE += "CVE-2025-46686"
28 30
29FINAL_LIBS:x86:toolchain-clang = "-latomic" 31FINAL_LIBS:x86:toolchain-clang = "-latomic"
30FINAL_LIBS:riscv32:toolchain-clang = "-latomic" 32FINAL_LIBS:riscv32:toolchain-clang = "-latomic"
diff --git a/meta-oe/recipes-extended/redis/redis_7.0.15.bb b/meta-oe/recipes-extended/redis/redis_7.0.15.bb
index 61a088775b..3768453db2 100644
--- a/meta-oe/recipes-extended/redis/redis_7.0.15.bb
+++ b/meta-oe/recipes-extended/redis/redis_7.0.15.bb
@@ -38,6 +38,8 @@ inherit autotools-brokensep update-rc.d systemd useradd
38CVE_CHECK_IGNORE += "CVE-2022-0543" 38CVE_CHECK_IGNORE += "CVE-2022-0543"
39# not-applicable-config: only affects Windows 39# not-applicable-config: only affects Windows
40CVE_CHECK_IGNORE += "CVE-2022-3734" 40CVE_CHECK_IGNORE += "CVE-2022-3734"
41# disputed: not strictly a bug, mitigating it would affect functionality
42CVE_CHECK_IGNORE += "CVE-2025-46686"
41 43
42FINAL_LIBS:x86:toolchain-clang = "-latomic" 44FINAL_LIBS:x86:toolchain-clang = "-latomic"
43FINAL_LIBS:riscv32:toolchain-clang = "-latomic" 45FINAL_LIBS:riscv32:toolchain-clang = "-latomic"