protobuf: ignore CVE-2026-0994

Details: https://nvd.nist.gov/vuln/detail/CVE-2026-0994

The vulnerability impacts only the python bindings of protobuf, which
is in a separate recipe (python3-protobuf, where it is patched).

Ignore this CVE in this recipe due to this.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-02-26 15:46:20 +01:00
parent 00e263ed58
commit 38bfafb8c4

View File

@ -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}"