mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
grpc: ignore CVE-2023-32732
It was introduced in in v1.53.0 and not backported to v1.46.x branch. NVD references PR which intrioduces the vulnerability: https://github.com/grpc/grpc/pull/32309#issuecomment-1589561295 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ac70b00910
commit
d7ece8be99
@@ -66,3 +66,6 @@ FILES:${PN}-compiler += " \
|
||||
${bindir} \
|
||||
${libdir}/libgrpc_plugin_support${SOLIBS} \
|
||||
"
|
||||
|
||||
# this CVE was introduced in v1.53.0 and not backported to v1.46.x branch
|
||||
CVE_CHECK_IGNORE += "CVE-2023-32732"
|
||||
|
||||
Reference in New Issue
Block a user