summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib_1.3.1.bb
diff options
context:
space:
mode:
authorHet Patel <hetpat@cisco.com>2024-08-08 22:57:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-09 22:33:38 +0100
commit791a279af0659d8bffe711283f67b5274c46bd75 (patch)
treefc366a5c867ea876c7924ca701d8b8ba51268d82 /meta/recipes-core/zlib/zlib_1.3.1.bb
parent4ffee489c6dea3e6867b46b685335fc1271eec98 (diff)
downloadpoky-791a279af0659d8bffe711283f67b5274c46bd75.tar.gz
zlib: Add CVE_PRODUCT to exclude false positives
To avoid false positives (such as CVE-2023-6992, cloudflare:zlib), add a CVE_PRODUCT to identify the vendors that have been used. Removing the present existing CVE_STATUS for CVE-2023-6992. (From OE-Core rev: 119b775b36dfd51286493763cffb6e965893b8fd) Signed-off-by: Het Patel <hetpat@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/zlib/zlib_1.3.1.bb')
-rw-r--r--meta/recipes-core/zlib/zlib_1.3.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.3.1.bb b/meta/recipes-core/zlib/zlib_1.3.1.bb
index e6a81ef789..486431dfff 100644
--- a/meta/recipes-core/zlib/zlib_1.3.1.bb
+++ b/meta/recipes-core/zlib/zlib_1.3.1.bb
@@ -47,4 +47,6 @@ do_install_ptest() {
47BBCLASSEXTEND = "native nativesdk" 47BBCLASSEXTEND = "native nativesdk"
48 48
49CVE_STATUS[CVE-2023-45853] = "not-applicable-config: we don't build minizip" 49CVE_STATUS[CVE-2023-45853] = "not-applicable-config: we don't build minizip"
50CVE_STATUS[CVE-2023-6992] = "cpe-incorrect: this CVE is for cloudflare zlib" 50
51# Adding 'CVE_PRODUCT' to avoid false detection of CVEs
52CVE_PRODUCT = "zlib:zlib gnu:zlib"