mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
redis: ignore CVE-2025-46686
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-46686 Upstream disputes that it is a security violation, and says that implementing a mitigation for this would negatively affect the rest of the application, so they elected to ignore it. See Github advisory about the same vulnerability: https://github.com/redis/redis/security/advisories/GHSA-2r7g-8hpc-rpq9 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
ef7ac09d7a
commit
4da4c6547c
@ -25,6 +25,8 @@ inherit autotools-brokensep update-rc.d systemd useradd
|
||||
CVE_CHECK_IGNORE += "CVE-2022-0543"
|
||||
# not-applicable-config: only affects Windows
|
||||
CVE_CHECK_IGNORE += "CVE-2022-3734"
|
||||
# disputed: not strictly a bug, mitigating it would affect functionality
|
||||
CVE_CHECK_IGNORE += "CVE-2025-46686"
|
||||
|
||||
FINAL_LIBS:x86:toolchain-clang = "-latomic"
|
||||
FINAL_LIBS:riscv32:toolchain-clang = "-latomic"
|
||||
|
||||
@ -38,6 +38,8 @@ inherit autotools-brokensep update-rc.d systemd useradd
|
||||
CVE_CHECK_IGNORE += "CVE-2022-0543"
|
||||
# not-applicable-config: only affects Windows
|
||||
CVE_CHECK_IGNORE += "CVE-2022-3734"
|
||||
# disputed: not strictly a bug, mitigating it would affect functionality
|
||||
CVE_CHECK_IGNORE += "CVE-2025-46686"
|
||||
|
||||
FINAL_LIBS:x86:toolchain-clang = "-latomic"
|
||||
FINAL_LIBS:riscv32:toolchain-clang = "-latomic"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user