mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:33:28 +00:00
libraw: ignore CVE-2020-35533
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-35533 The fix is already included in the currently used revision. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
73891ac756
commit
ce9b6df403
@ -11,4 +11,9 @@ inherit autotools pkgconfig
|
||||
DEPENDS = "jpeg jasper lcms"
|
||||
|
||||
# The fixes are already included in the current versin (0.20.2)
|
||||
CVE_CHECK_IGNORE += "CVE-2020-35530 CVE-2020-35531 CVE-2020-35532"
|
||||
CVE_CHECK_IGNORE += " \
|
||||
CVE-2020-35530 \
|
||||
CVE-2020-35531 \
|
||||
CVE-2020-35532 \
|
||||
CVE-2020-35533 \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user