mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
libraw: ignore CVE-2020-35531
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-35531 The fix is already included in the currently used revision. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -10,5 +10,5 @@ inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "jpeg jasper lcms"
|
||||
|
||||
# The fix is already included in the current versin (0.20.2)
|
||||
CVE_CHECK_IGNORE += "CVE-2020-35530"
|
||||
# The fixes are already included in the current versin (0.20.2)
|
||||
CVE_CHECK_IGNORE += "CVE-2020-35530 CVE-2020-35531"
|
||||
|
||||
Reference in New Issue
Block a user