mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings)
(From OE-Core rev: be04484f99a5b29cc9066e350b526fc4420ad6d4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cb93117edb
commit
e703650fce
@@ -30,3 +30,6 @@ PROVIDES += "libnotify3"
|
|||||||
RPROVIDES_${PN} += "libnotify3"
|
RPROVIDES_${PN} += "libnotify3"
|
||||||
RCONFLICTS_${PN} += "libnotify3"
|
RCONFLICTS_${PN} += "libnotify3"
|
||||||
RREPLACES_${PN} += "libnotify3"
|
RREPLACES_${PN} += "libnotify3"
|
||||||
|
|
||||||
|
# -7381 is specific to the NodeJS bindings
|
||||||
|
CVE_CHECK_WHITELIST += "CVE-2013-7381"
|
||||||
|
|||||||
Reference in New Issue
Block a user