From: Niko Mauno <[email protected]>

Use an existing defined CVE_CHECK_STATUSMAP key in
meta/lib/oe/cve_check.py in order to avoid following complaint from
BitBake:

  WARNING: libyaml-native-0.2.5-r0 do_create_spdx: Invalid detail "wontfix" for 
CVE_STATUS[CVE-2024-35328] = "wontfix: Upstream thinks there is no working code 
that is exploitable - https://github.com/yaml/libyaml/issues/302";, fallback to 
Unpatched

Signed-off-by: Niko Mauno <[email protected]>
---
 meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb 
b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
index 2154910d0c..1c6a5fcb45 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] = "wontfix: Upstream thinks there is no working 
code that is exploitable - https://github.com/yaml/libyaml/issues/302";
+CVE_STATUS[CVE-2024-35328] = "upstream-wontfix: Upstream thinks there is no 
working code that is exploitable - https://github.com/yaml/libyaml/issues/302";
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#202729): 
https://lists.openembedded.org/g/openembedded-core/message/202729
Mute This Topic: https://lists.openembedded.org/mt/107662504/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to