mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 05:23:53 +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:
parent
ac70b00910
commit
d7ece8be99
@ -66,3 +66,6 @@ FILES:${PN}-compiler += " \
|
|||||||
${bindir} \
|
${bindir} \
|
||||||
${libdir}/libgrpc_plugin_support${SOLIBS} \
|
${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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user