diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-20 11:33:19 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-20 07:35:37 -0700 |
| commit | 468ee626f88272eedf275efe6f68640ee643c3f4 (patch) | |
| tree | f4cfbb7bba0975bc32c048107be8f348942d8653 /meta-python/recipes-devtools/python | |
| parent | aef8bc34225cd0a56057749d0db1dfac773b17cb (diff) | |
| download | meta-openembedded-468ee626f88272eedf275efe6f68640ee643c3f4.tar.gz | |
python3-grpcio: ignore CVE-2026-33186
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-33186
The vulnerability only affects the Go implememtation of the library,
not the Python one. Ignore this CVE due to this.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb index 6ac6a72d25..d9ec337427 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb | |||
| @@ -50,3 +50,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 50 | CCACHE_DISABLE = "1" | 50 | CCACHE_DISABLE = "1" |
| 51 | 51 | ||
| 52 | CVE_PRODUCT += "grpc:grpc" | 52 | CVE_PRODUCT += "grpc:grpc" |
| 53 | CVE_STATUS[CVE-2026-33186] = "cpe-incorrect: the vulnerabilty affects only the go implementation" | ||
