mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
redis: ignore CVE-2025-46817, CVE-2025-46818, CVE-2025-46819
Fixes for CVE 46817[1], 46818[2], 47819[3] are included in the used version [1] https://github.com/redis/redis/commit/fc282edb61b56e7fe1e6bacf9400252145852fdc [2] https://github.com/redis/redis/commit/dccb672d838f05c940f040c27b74fde6fb47b2a7 [3] https://github.com/redis/redis/commit/2802b52b554cb9f0f249a24474c9fba94e933dbb Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,6 +23,9 @@ RPROVIDES:${PN} = "virtual-redis"
|
||||
|
||||
CVE_STATUS[CVE-2025-21605] = "cpe-incorrect: the used version already contains the fix"
|
||||
CVE_STATUS[CVE-2025-27151] = "cpe-incorrect: the used version already contains the fix"
|
||||
CVE_STATUS[CVE-2025-46817] = "cpe-incorrect: the used version already contains the fix"
|
||||
CVE_STATUS[CVE-2025-46818] = "cpe-incorrect: the used version already contains the fix"
|
||||
CVE_STATUS[CVE-2025-46819] = "cpe-incorrect: the used version already contains the fix"
|
||||
|
||||
inherit pkgconfig update-rc.d systemd useradd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user