grpc-go: add grpc to CVE_PRODUCT

Some cves are reported with "cpe:2.3🅰️grpc:grpc:*:*:*:*:*:go:*:*"
See https://nvd.nist.gov/vuln/detail/CVE-2023-44487

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Peter Marko 2023-11-05 15:04:28 +01:00 committed by Bruce Ashfield
parent 92a7e8ec46
commit 11d15351a2

View File

@ -39,3 +39,7 @@ go_grpc_sysroot_preprocess () {
FILES:${PN} += " \
${prefix}/local/go/src/${PKG_NAME}/* \
"
# some CVEs are reported with "cpe:2.3:a:grpc:grpc:*:*:*:*:*:go:*:*"
# it's better to have false positives than false negatives
CVE_PRODUCT += "grpc"