From 0ef4a2ecee12e2145c868ab7c049c5298de9e02d Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 12 Apr 2026 17:37:04 +0200 Subject: [PATCH] grpc: set status for CVE-2026-33186 CPE per NVD report is for "go", while this is C++ component: * cpe:2.3:a:grpc:grpc:*:*:*:*:*:go:*:* Also the link to adisory within NVD report says "grpc-go": * https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3 Signed-off-by: Peter Marko Signed-off-by: Anuj Mittal --- meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb index 1594353ef5..c6bffe4f95 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb @@ -67,3 +67,5 @@ FILES:${PN}-compiler += " \ ${bindir} \ ${libdir}/libgrpc_plugin_support${SOLIBS} \ " + +CVE_STATUS[CVE-2026-33186] = "cpe-incorrect: this CVE is for golang version of grpc"