mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
tiff: mark CVE-2022-1622 and CVE-2022-1623 as invalid
These issues only affect libtiff post-4.3.0 but before 4.4.0, caused by 3079627e and fixed by b4e79bfa. (From OE-Core rev: 4eb0b7468383a1d0314b3bfd43ea37c95de464d9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
269f457a62
commit
00c04394cb
@@ -28,6 +28,9 @@ UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
|
|||||||
# Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313
|
# Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313
|
||||||
# and 4.3.0 doesn't have the issue
|
# and 4.3.0 doesn't have the issue
|
||||||
CVE_CHECK_IGNORE += "CVE-2015-7313"
|
CVE_CHECK_IGNORE += "CVE-2015-7313"
|
||||||
|
# These issues only affect libtiff post-4.3.0 but before 4.4.0,
|
||||||
|
# caused by 3079627e and fixed by b4e79bfa.
|
||||||
|
CVE_CHECK_IGNORE += "CVE-2022-1622 CVE-2022-1623"
|
||||||
|
|
||||||
inherit autotools multilib_header
|
inherit autotools multilib_header
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user