diff options
| -rw-r--r-- | meta-oe/recipes-extended/redis/redis_6.2.21.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/redis/redis_7.0.15.bb | 2 |
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 | |||
| 25 | CVE_CHECK_IGNORE += "CVE-2022-0543" | 25 | CVE_CHECK_IGNORE += "CVE-2022-0543" |
| 26 | # not-applicable-config: only affects Windows | 26 | # not-applicable-config: only affects Windows |
| 27 | CVE_CHECK_IGNORE += "CVE-2022-3734" | 27 | CVE_CHECK_IGNORE += "CVE-2022-3734" |
| 28 | # disputed: not strictly a bug, mitigating it would affect functionality | ||
| 29 | CVE_CHECK_IGNORE += "CVE-2025-46686" | ||
| 28 | 30 | ||
| 29 | FINAL_LIBS:x86:toolchain-clang = "-latomic" | 31 | FINAL_LIBS:x86:toolchain-clang = "-latomic" |
| 30 | FINAL_LIBS:riscv32:toolchain-clang = "-latomic" | 32 | FINAL_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 | |||
| 38 | CVE_CHECK_IGNORE += "CVE-2022-0543" | 38 | CVE_CHECK_IGNORE += "CVE-2022-0543" |
| 39 | # not-applicable-config: only affects Windows | 39 | # not-applicable-config: only affects Windows |
| 40 | CVE_CHECK_IGNORE += "CVE-2022-3734" | 40 | CVE_CHECK_IGNORE += "CVE-2022-3734" |
| 41 | # disputed: not strictly a bug, mitigating it would affect functionality | ||
| 42 | CVE_CHECK_IGNORE += "CVE-2025-46686" | ||
| 41 | 43 | ||
| 42 | FINAL_LIBS:x86:toolchain-clang = "-latomic" | 44 | FINAL_LIBS:x86:toolchain-clang = "-latomic" |
| 43 | FINAL_LIBS:riscv32:toolchain-clang = "-latomic" | 45 | FINAL_LIBS:riscv32:toolchain-clang = "-latomic" |
