diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-01-13 19:04:04 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-02-22 04:34:14 -1000 |
commit | 52adde71ad2093718a98cbee42a3ddf6a0fad3c2 (patch) | |
tree | e65cc735b2bf8a7b3370ea8d174e3afe343a0662 | |
parent | 4b37e67fbc106ee724e8dc94836c19bd65589ffa (diff) | |
download | poky-52adde71ad2093718a98cbee42a3ddf6a0fad3c2.tar.gz |
zlib: ignore CVE-2023-6992
This CVE is for iCPE cloudflare:zlib.
Alternative to ignoring would be to limit CVE_PRODUCT, but
historic CVEs already have two - gnu:zlib and zlib:zlib.
So limiting it could miss future CVEs.
(From OE-Core rev: 7523c7b3609220b4dfc2bb0a83c552db60e1dc7e)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9f953a1cd832f03f0b3666168addf45fd4fc8d14)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.3.bb b/meta/recipes-core/zlib/zlib_1.3.bb index 1ed18172fa..ede75f90bd 100644 --- a/meta/recipes-core/zlib/zlib_1.3.bb +++ b/meta/recipes-core/zlib/zlib_1.3.bb | |||
@@ -47,3 +47,4 @@ do_install_ptest() { | |||
47 | BBCLASSEXTEND = "native nativesdk" | 47 | BBCLASSEXTEND = "native nativesdk" |
48 | 48 | ||
49 | CVE_STATUS[CVE-2023-45853] = "not-applicable-config: we don't build minizip" | 49 | CVE_STATUS[CVE-2023-45853] = "not-applicable-config: we don't build minizip" |
50 | CVE_STATUS[CVE-2023-6992] = "cpe-incorrect: this CVE is for cloudflare zlib" | ||