summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/grpc-go_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/grpc-go_git.bb')
-rw-r--r--recipes-devtools/go/grpc-go_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-devtools/go/grpc-go_git.bb b/recipes-devtools/go/grpc-go_git.bb
index 7989c02f..c2990869 100644
--- a/recipes-devtools/go/grpc-go_git.bb
+++ b/recipes-devtools/go/grpc-go_git.bb
@@ -7,13 +7,11 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=3b83ef96387f14655fc854ddc
7SRCNAME = "grpc-go" 7SRCNAME = "grpc-go"
8 8
9PKG_NAME = "google.golang.org/grpc" 9PKG_NAME = "google.golang.org/grpc"
10SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=git/src/${PKG_NAME};branch=v1.59.x;protocol=https" 10SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${PKG_NAME};branch=v1.59.x;protocol=https"
11 11
12SRCREV = "7765221f4bf6104973db7946d56936cf838cad46" 12SRCREV = "7765221f4bf6104973db7946d56936cf838cad46"
13PV = "1.59.0+git" 13PV = "1.59.0+git"
14 14
15S = "${WORKDIR}/git"
16
17# NO-OP the do compile rule because this recipe is source only. 15# NO-OP the do compile rule because this recipe is source only.
18do_compile() { 16do_compile() {
19} 17}
@@ -43,3 +41,8 @@ FILES:${PN} += " \
43# some CVEs are reported with "cpe:2.3:a:grpc:grpc:*:*:*:*:*:go:*:*" 41# some CVEs are reported with "cpe:2.3:a:grpc:grpc:*:*:*:*:*:go:*:*"
44# it's better to have false positives than false negatives 42# it's better to have false positives than false negatives
45CVE_PRODUCT += "grpc" 43CVE_PRODUCT += "grpc"
44# CVE-2024-7246 is an HTTP/2 HPACK poisoning issue in gRPC C-core
45# (C/C++ implementation, meta-openembedded).
46# grpc-go (Go implementation in meta-virtualization) does not
47# contain the affected HPACK code path.
48CVE_STATUS[CVE-2024-7246] = "not-applicable-config: CVE is for grpc (C-core), not grpc-go."