1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

libnotify: whitelist CVE-2013-7381 (specific to the NodeJS bindings)

(From OE-Core rev: 2aa9aa01445ad648721c28b15bc9aeab7a1656b1)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2021-05-10 11:48:39 +01:00
committed by Richard Purdie
parent 2d9ac28cdf
commit 9537ce5a98
@@ -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"