From: Khem Raj Date: Wed, 31 Jul 2024 15:53:11 +0000 (-0700) Subject: libyaml: Change CVE status to wontfix X-Git-Tag: yocto-5.2~2237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ec7384837f3e3fb68b25a6108ed7ec0f261a4aa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libyaml: Change CVE status to wontfix This has not yet been disputed officially Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb index 2d6f27af1fc..2154910d0ca 100644 --- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb +++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb @@ -18,6 +18,6 @@ inherit autotools DISABLE_STATIC:class-nativesdk = "" DISABLE_STATIC:class-native = "" -CVE_STATUS[CVE-2024-35328] = "disputed: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302" +CVE_STATUS[CVE-2024-35328] = "wontfix: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302" BBCLASSEXTEND = "native nativesdk"