diff options
| author | Peter Marko <peter.marko@siemens.com> | 2026-05-07 08:53:01 -0700 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-21 08:57:41 +0530 |
| commit | 6b76759967d94a114631007904fc74440a70e129 (patch) | |
| tree | 71655f16b1d1f38571a5bbde01f8056e2809a89d /meta-python | |
| parent | fb4ebd12001257d4ba0d88173c6bc5887e974f9b (diff) | |
| download | meta-openembedded-6b76759967d94a114631007904fc74440a70e129.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: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb index 5b8bbe681a..7f842c01a9 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.62.2.bb | |||
| @@ -21,3 +21,5 @@ do_compile:prepend() { | |||
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
| 24 | |||
| 25 | CVE_PRODUCT += "grpc:grpc" | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb index 3581991a56..29c09675ef 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | |||
| @@ -51,3 +51,5 @@ CLEANBROKEN = "1" | |||
| 51 | BBCLASSEXTEND = "native nativesdk" | 51 | BBCLASSEXTEND = "native nativesdk" |
| 52 | 52 | ||
| 53 | CCACHE_DISABLE = "1" | 53 | CCACHE_DISABLE = "1" |
| 54 | |||
| 55 | CVE_PRODUCT += "grpc:grpc" | ||
