mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
tiff: Exclude CVE-2015-7313 from cve-check
Some fix upstream addresses the issue, it isn't clear which change this was. Our current version doesn't have issues with the test image though so we can exclude. (From OE-Core rev: 65124cac1ac1d0b746eacfe128da19c353f07eb0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6f647a9e06
commit
b1bdeda784
|
|
@ -15,6 +15,10 @@ SRC_URI[sha256sum] = "eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc1
|
|||
# exclude betas
|
||||
UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
|
||||
|
||||
# Tested with check from https://security-tracker.debian.org/tracker/CVE-2015-7313
|
||||
# and 4.3.0 doesn't have the issue
|
||||
CVE_CHECK_WHITELIST += "CVE-2015-7313"
|
||||
|
||||
inherit autotools multilib_header
|
||||
|
||||
CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user