diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-08 20:11:27 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:16 -0700 |
| commit | 53e8f46ff72e3b8d74d1c4c0a8d5b98282fd22d5 (patch) | |
| tree | 2e77f3553c4d424e1d7537d8288a6ebe8e42f1a1 | |
| parent | 81250fb6c34eeda161e068a58a33e8ba783c7f95 (diff) | |
| download | meta-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.bb | 5 |
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 | ||
| 21 | RPROVIDES:${PN} = "virtual-redis" | 21 | RPROVIDES:${PN} = "virtual-redis" |
| 22 | 22 | ||
| 23 | CVE_STATUS[CVE-2025-21605] = "cpe-incorrect: the used version already contains the fix" | ||
| 24 | CVE_STATUS[CVE-2025-27151] = "cpe-incorrect: the used version already contains the fix" | ||
| 25 | CVE_STATUS[CVE-2025-46686] = "disputed: upstream rejected because mitigating it would affect other functionality" | 23 | CVE_STATUS[CVE-2025-46686] = "disputed: upstream rejected because mitigating it would affect other functionality" |
| 26 | CVE_STATUS[CVE-2025-46817] = "cpe-incorrect: the used version already contains the fix" | ||
| 27 | CVE_STATUS[CVE-2025-46818] = "cpe-incorrect: the used version already contains the fix" | ||
| 28 | CVE_STATUS[CVE-2025-46819] = "cpe-incorrect: the used version already contains the fix" | ||
| 29 | 24 | ||
| 30 | inherit pkgconfig update-rc.d systemd useradd | 25 | inherit pkgconfig update-rc.d systemd useradd |
| 31 | 26 | ||
