redis: ignore CVE-2022-3734 and CVE-2022-0543

CVE-2022-3734 only affects Windows.
CVE-2022-0543 affects only packages that were packaged for Debian and
Debian-derivative distros.

Neither of these issues is present in upstream Redis.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8f1269507a)

Adapted to Kirkstone (CVE_STATUS -> CVE_CHECK_IGNORE)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-11-23 17:17:29 +01:00
parent 8602562caa
commit caea02d115

View File

@@ -25,6 +25,11 @@ SRC_URI[sha256sum] = "75352eef41e97e84bfa94292cbac79e5add5345fc79787df5cbdff7033
inherit autotools-brokensep update-rc.d systemd useradd
# not-applicable-config: the vulnerability is not present in upstream, only in Debian-packaged version
CVE_CHECK_IGNORE += "CVE-2022-0543"
# not-applicable-config: only affects Windows
CVE_CHECK_IGNORE += "CVE-2022-3734"
FINAL_LIBS:x86:toolchain-clang = "-latomic"
FINAL_LIBS:riscv32:toolchain-clang = "-latomic"
FINAL_LIBS:mips = "-latomic"