mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 16:28:52 +00:00
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:
parent
00e263ed58
commit
38bfafb8c4
@ -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}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user