From: Richard Purdie Date: Wed, 12 May 2021 22:45:11 +0000 (+0100) Subject: librsvg: Exclude CVE-2018-1000041 from cve-check X-Git-Tag: uninative-3.2~91 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a90d3b056992346003d96765fc8639f5235cca55;p=openembedded-core.git librsvg: Exclude CVE-2018-1000041 from cve-check Issue only affects windows. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb index acdbc1f1b3..59de80a691 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb @@ -25,6 +25,9 @@ SRC_URI += "file://gtk-option.patch \ SRC_URI[archive.sha256sum] = "f7628905f1cada84e87e2b14883ed57d8094dca3281d5bcb24ece4279e9a92ba" +# Issue only on windows +CVE_CHECK_WHITELIST += "CVE-2018-1000041" + CACHED_CONFIGUREVARS = "ac_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders" PACKAGECONFIG ??= "gdkpixbuf"