mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
libyaml: Fix warning regarding unpatched CVE
This commit incorporates changes in following master branch commits:f3479f74c9libyaml: Amend CVE status as 'upstream-wontfix'3ebb2ca832libyaml: Change CVE status to wontfix56b6b35626libyaml: Update status of CVE-2024-35328 which mitigate the following warning with cve-check.bbclass: WARNING: libyaml-native-0.2.5-r0 do_cve_check: Found unpatched CVE (CVE-2024-35328), for more information check .../tmp/work/x86_64-linux/libyaml-native/0.2.5/temp/cve.log (From OE-Core rev: a88c83ba93346b62c2a360ab71bacc57585fec60) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
3abcfb7879
commit
9227b9c326
@@ -18,4 +18,6 @@ inherit autotools
|
||||
DISABLE_STATIC:class-nativesdk = ""
|
||||
DISABLE_STATIC:class-native = ""
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user