| Message ID | 20260116194007.1015837-1-peter.marko@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | [kirkstone] zlib: ignore CVE-2026-22184 | expand |
diff --git a/meta/recipes-core/zlib/zlib_1.2.11.bb b/meta/recipes-core/zlib/zlib_1.2.11.bb index dc8f7c6c855..8dd0a90b523 100644 --- a/meta/recipes-core/zlib/zlib_1.2.11.bb +++ b/meta/recipes-core/zlib/zlib_1.2.11.bb @@ -58,3 +58,5 @@ BBCLASSEXTEND = "native nativesdk" # this CVE is for cloudflare zlib CVE_CHECK_IGNORE += "CVE-2023-6992" +# vulnerable file is not compiled +CVE_CHECK_IGNORE += "CVE-2026-22184"