summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-08 20:11:27 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:16 -0700
commit53e8f46ff72e3b8d74d1c4c0a8d5b98282fd22d5 (patch)
tree2e77f3553c4d424e1d7537d8288a6ebe8e42f1a1
parent81250fb6c34eeda161e068a58a33e8ba783c7f95 (diff)
downloadmeta-openembedded-53e8f46ff72e3b8d74d1c4c0a8d5b98282fd22d5.tar.gz
redis: remove unneeded CVE_STATUS tags
These CVEs were ignored because they were tracked by NVD using incorrect version information. Since then this information seems to be reflected correctly, it is not needed to ignore them explicitly. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/redis/redis_8.0.6.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/redis/redis_8.0.6.bb b/meta-oe/recipes-extended/redis/redis_8.0.6.bb
index 6787f42350..9a947c075d 100644
--- a/meta-oe/recipes-extended/redis/redis_8.0.6.bb
+++ b/meta-oe/recipes-extended/redis/redis_8.0.6.bb
@@ -20,12 +20,7 @@ SRC_URI[sha256sum] = "6d0a9913887a4972536f9da226f1575859c34d86354129163260a5f9c6
20 20
21RPROVIDES:${PN} = "virtual-redis" 21RPROVIDES:${PN} = "virtual-redis"
22 22
23CVE_STATUS[CVE-2025-21605] = "cpe-incorrect: the used version already contains the fix"
24CVE_STATUS[CVE-2025-27151] = "cpe-incorrect: the used version already contains the fix"
25CVE_STATUS[CVE-2025-46686] = "disputed: upstream rejected because mitigating it would affect other functionality" 23CVE_STATUS[CVE-2025-46686] = "disputed: upstream rejected because mitigating it would affect other functionality"
26CVE_STATUS[CVE-2025-46817] = "cpe-incorrect: the used version already contains the fix"
27CVE_STATUS[CVE-2025-46818] = "cpe-incorrect: the used version already contains the fix"
28CVE_STATUS[CVE-2025-46819] = "cpe-incorrect: the used version already contains the fix"
29 24
30inherit pkgconfig update-rc.d systemd useradd 25inherit pkgconfig update-rc.d systemd useradd
31 26