From: Ross Burton Date: Mon, 10 May 2021 10:48:39 +0000 (+0100) Subject: libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings) X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7884 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be04484f99a5b29cc9066e350b526fc4420ad6d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb index 1ff4b2e15fe..bbbd72193e2 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb @@ -30,3 +30,6 @@ PROVIDES += "libnotify3" RPROVIDES_${PN} += "libnotify3" RCONFLICTS_${PN} += "libnotify3" RREPLACES_${PN} += "libnotify3" + +# -7381 is specific to the NodeJS bindings +CVE_CHECK_WHITELIST += "CVE-2013-7381"