diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-07-31 08:53:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-01 09:20:27 +0100 |
commit | 3ebb2ca832b91c84b712c2a9b063fc65be32a06d (patch) | |
tree | 94615ff15f19edad6c3db3ea252c7043d050d27d | |
parent | fd8dc3a2f320f5b8335202ba9f366ed93bf53dd5 (diff) | |
download | poky-3ebb2ca832b91c84b712c2a9b063fc65be32a06d.tar.gz |
libyaml: Change CVE status to wontfix
This has not yet been disputed officially
(From OE-Core rev: 7ec7384837f3e3fb68b25a6108ed7ec0f261a4aa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb index 2d6f27af1f..2154910d0c 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 | |||
18 | DISABLE_STATIC:class-nativesdk = "" | 18 | DISABLE_STATIC:class-nativesdk = "" |
19 | DISABLE_STATIC:class-native = "" | 19 | DISABLE_STATIC:class-native = "" |
20 | 20 | ||
21 | CVE_STATUS[CVE-2024-35328] = "disputed: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302" | 21 | CVE_STATUS[CVE-2024-35328] = "wontfix: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |