diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-08-07 23:46:46 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-08-19 06:09:14 -0700 |
| commit | b84f6ed421de0101449b587e93d26c2cf4286b13 (patch) | |
| tree | eca2a96df00ca1320679107be7f37cd809f90a15 | |
| parent | 0b37512fb4b231cc106768e2a7328431009b3b70 (diff) | |
| download | poky-b84f6ed421de0101449b587e93d26c2cf4286b13.tar.gz | |
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: 2b6391599a621e59d48da213f18bbef9b44bec58)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-support/libyaml/libyaml_0.2.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb index 1c6a5fcb45..334d9113d2 100644 --- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb +++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb | |||
| @@ -18,6 +18,7 @@ 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-35326] = "upstream-wontfix: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302" | ||
| 21 | CVE_STATUS[CVE-2024-35328] = "upstream-wontfix: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302" | 22 | CVE_STATUS[CVE-2024-35328] = "upstream-wontfix: Upstream thinks there is no working code that is exploitable - https://github.com/yaml/libyaml/issues/302" |
| 22 | 23 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
