To avoid false positives (such as CVE-2023-6992, cloudflare:zlib), add a CVE_PRODUCT to identify the vendor that has been used.
Signed-off-by: Het Patel <[email protected]> --- meta/recipes-core/zlib/zlib_1.2.13.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/zlib/zlib_1.2.13.bb b/meta/recipes-core/zlib/zlib_1.2.13.bb index ec977a3035..8f3814068a 100644 --- a/meta/recipes-core/zlib/zlib_1.2.13.bb +++ b/meta/recipes-core/zlib/zlib_1.2.13.bb @@ -45,3 +45,6 @@ do_install_ptest() { } BBCLASSEXTEND = "native nativesdk" + +# adding 'CVE_PRODUCT' to avoid false detection of CVEs +CVE_PRODUCT = "zlib:zlib"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#203117): https://lists.openembedded.org/g/openembedded-core/message/203117 Mute This Topic: https://lists.openembedded.org/mt/107783415/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
