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: yocto-3.3.2~128 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2aa9aa01445ad648721c28b15bc9aeab7a1656b1;p=openembedded-core.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 1ff4b2e15f..bbbd72193e 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"