summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-01-05 09:31:57 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-01-08 22:03:03 +0100
commite231647a9b34baec729fb2a09a544d4335565701 (patch)
treed50fc73c4a6e3ec8aaf07a6cb6b5e66f325ed241 /meta-python
parent60f0e23124054f06fb5f668cdc98e09af4d59a9c (diff)
downloadmeta-openembedded-e231647a9b34baec729fb2a09a544d4335565701.tar.gz
python-grpcio(-tools): add grpc:grpc to cve product
These grpc python modules contain parts of grpc core. Each CVE needs to be assessed if the patch applies also to core parts included in each module. Note that so far there was never a CVE specific for python module, only for grpc:grpc and many of those needed to be fixed at leasts in grpcio: sqlite> select vendor, product, count(*) from products where product like '%grpc%' group by vendor, product; grpc|grpc|21 grpck|grpck|1 linuxfoundation|grpc_swift|9 microsoft|grpconv|1 opentelemetry|configgrpc|1 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f993cb2ecb62193bcce8d3d0e06e180a7fef44b8) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
index be851ba990..1f74d25aee 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
@@ -19,3 +19,5 @@ do_compile:prepend() {
19} 19}
20 20
21BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"
22
23CVE_PRODUCT += "grpc:grpc"
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb
index 56b84dab72..2671e5c738 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.45.0.bb
@@ -47,4 +47,6 @@ CLEANBROKEN = "1"
47 47
48BBCLASSEXTEND = "native nativesdk" 48BBCLASSEXTEND = "native nativesdk"
49 49
50CVE_PRODUCT += "grpc:grpc"
51
50CCACHE_DISABLE = "1" 52CCACHE_DISABLE = "1"