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: 2020-04.8-dunfell~32 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a6beac63da5294d02605100e6a47768c517280d9;p=openembedded-core.git libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit be04484f99a5b29cc9066e350b526fc4420ad6d4) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb index 0f2c3aa131..6b59029255 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb @@ -24,3 +24,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"