summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/go/grpc-go_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/go/grpc-go_git.bb b/recipes-devtools/go/grpc-go_git.bb
index d5bfaab9..b3b58ed4 100644
--- a/recipes-devtools/go/grpc-go_git.bb
+++ b/recipes-devtools/go/grpc-go_git.bb
@@ -39,3 +39,7 @@ go_grpc_sysroot_preprocess () {
39FILES:${PN} += " \ 39FILES:${PN} += " \
40 ${prefix}/local/go/src/${PKG_NAME}/* \ 40 ${prefix}/local/go/src/${PKG_NAME}/* \
41" 41"
42
43# some CVEs are reported with "cpe:2.3:a:grpc:grpc:*:*:*:*:*:go:*:*"
44# it's better to have false positives than false negatives
45CVE_PRODUCT += "grpc"