From 483bf9ea004d7eb0ed0e0606f5c8cc9cf4d21989 Mon Sep 17 00:00:00 2001 From: Sudhir Dumbhare Date: Thu, 4 Jun 2026 07:39:05 -0700 Subject: [PATCH] python3-grpcio-tools: 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 https://github.com/advisories/GHSA-p77j-4mvh-x3m3 Signed-off-by: Sudhir Dumbhare Signed-off-by: Anuj Mittal --- .../recipes-devtools/python/python3-grpcio-tools_1.62.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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 7f842c01a9..9f14d2e4b5 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 @@ -23,3 +23,5 @@ do_compile:prepend() { BBCLASSEXTEND = "native nativesdk" CVE_PRODUCT += "grpc:grpc" + +CVE_STATUS[CVE-2026-33186] = "cpe-incorrect: this CVE is for golang version of grpc"