1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libyaml: ignore CVE-2024-35326

This is the same problem as already ignored CVE-2024-35328.
See laso this comment in addition:
https://github.com/yaml/libyaml/issues/298#issuecomment-2167684233

(From OE-Core rev: 18e011245dd978985eecc368c503822f61d52f21)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Peter Marko
2024-08-07 23:54:41 +02:00
committed by Steve Sakoman
parent 48ef389f91
commit 0d356a401d
@@ -19,6 +19,6 @@ DISABLE_STATIC:class-nativesdk = ""
DISABLE_STATIC:class-native = ""
# upstream-wontfix: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302
CVE_CHECK_IGNORE += "CVE-2024-35328"
CVE_CHECK_IGNORE += "CVE-2024-35326 CVE-2024-35328"
BBCLASSEXTEND = "native nativesdk"