diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb index 95a76514a5..4cab00fc4d 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb @@ -37,6 +37,9 @@ EXTRA_OECONF += "--with-protoc=echo" TEST_SRC_DIR = "examples" LANG_SUPPORT = "cpp ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" +# the vulnerability is in python3-protobuf recipe, not in this one +CVE_CHECK_IGNORE += "CVE-2026-0994" + do_compile_ptest() { mkdir -p "${B}/${TEST_SRC_DIR}"