diff mbox series

[meta-python,4/6] python3-protobuf: set status for CVE-2024-7254

Message ID 20260720192732.28245-4-peter.marko@siemens.com
State Under Review
Headers show
Series [meta-oe,1/6] grpc: set status for CVE-2023-33953 and CVE-2024-37168 | expand

Commit Message

Marko, Peter July 20, 2026, 7:27 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Version 4.28.2 is correctly set in [1].
Unfortunately also protoc version 28.2 with the same CPE is mentioned
which creates a false positive which needs to be handled.

[1] https://github.com/CVEProject/cvelistV5/blob/main/cves/2024/7xxx/CVE-2024-7254.json

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb
index 0595ec2a47..e9af4c3cc6 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb
@@ -50,3 +50,5 @@  do_install:append () {
     # https://github.com/python/cpython/issues/122220
     rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/protobuf-*-nspkg.pth
 }
+
+CVE_STATUS[CVE-2024-7254] = "fixed-version: Fixed since 4.28.2"