mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings)
(From OE-Core rev: a6beac63da5294d02605100e6a47768c517280d9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit be04484f99a5b29cc9066e350b526fc4420ad6d4) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
faad90591c
commit
75a8784a0b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user