mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
xz: ignore CVE-2024-47611
According to the NVD entry, it is only applicable when built for native Windows (MinGW-w64 or MSVC). (From OE-Core rev: 04ce4704e603cd66f30ffc001541c6497d84050e) Signed-off-by: Daniel Turull <daniel.turull@ericsson.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
40999c1bbd
commit
819f151bed
|
|
@ -35,6 +35,8 @@ SRC_URI[sha256sum] = "8db6664c48ca07908b92baedcfe7f3ba23f49ef2476864518ab5db6723
|
|||
UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"
|
||||
|
||||
CVE_STATUS[CVE-2024-47611] = "not-applicable-platform: Issue only applies on Windows"
|
||||
|
||||
CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh"
|
||||
|
||||
inherit autotools gettext ptest
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user