diff mbox series

[meta-python,kirkstone,2/5] python3-protobuf: set CVE_PRODUCT

Message ID 20260105083201.1225143-2-skandigraun@gmail.com
State New
Headers show
Series [meta-python,kirkstone,1/5] python-grpcio(-tools): add grpc:grpc to cve product | expand

Commit Message

Gyorgy Sarvari Jan. 5, 2026, 8:31 a.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Similarly to c++ protobuf, add products matching historical entries.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ae7556a737f7d21b0e345226fdab4a286d2f85db)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
index 3c25373796..b3846ddeb3 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
@@ -11,6 +11,8 @@  SRC_URI += "file://CVE-2025-4565.patch"
 
 SRC_URI[sha256sum] = "2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2"
 
+CVE_PRODUCT += "google:protobuf protobuf:protobuf google-protobuf protobuf-python"
+
 # http://errors.yoctoproject.org/Errors/Details/184715/
 # Can't find required file: ../src/google/protobuf/descriptor.proto
 CLEANBROKEN = "1"