diff options
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb index 9c9108a6af..c5e964ec8c 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | |||
@@ -28,6 +28,9 @@ UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar" | |||
28 | # Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313 | 28 | # Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313 |
29 | # and 4.3.0 doesn't have the issue | 29 | # and 4.3.0 doesn't have the issue |
30 | CVE_CHECK_IGNORE += "CVE-2015-7313" | 30 | CVE_CHECK_IGNORE += "CVE-2015-7313" |
31 | # These issues only affect libtiff post-4.3.0 but before 4.4.0, | ||
32 | # caused by 3079627e and fixed by b4e79bfa. | ||
33 | CVE_CHECK_IGNORE += "CVE-2022-1622 CVE-2022-1623" | ||
31 | 34 | ||
32 | inherit autotools multilib_header | 35 | inherit autotools multilib_header |
33 | 36 | ||