From a218d02b510d06b7a17c009ee50c857118cbd80a Mon Sep 17 00:00:00 2001 From: Sudhir Dumbhare Date: Mon, 1 Jun 2026 23:39:14 -0700 Subject: [PATCH] python3-grpcio: set status for CVE-2026-33186 The vulnerability only affects the Go implementation of the library, not the Python one. Ignore this CVE due to this. Reference: https://nvd.nist.gov/vuln/detail/CVE-2026-33186 Signed-off-by: Sudhir Dumbhare Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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 eaa48a5d5c..1c41eff3f0 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 @@ -54,3 +54,5 @@ BBCLASSEXTEND = "native nativesdk" CCACHE_DISABLE = "1" CVE_PRODUCT += "grpc:grpc" + +CVE_STATUS[CVE-2026-33186] = "cpe-incorrect: the vulnerability affects only the go implementation"