mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/lightning: ignore not applicable CVE-2020-7747
CVE-2020-7747 applies to the Javascript lightning-server project, and
not to the GNU Lightning project:
https://nvd.nist.gov/vuln/detail/CVE-2020-7747
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
[yann.morin.1998@free.fr: reword commit log; add URL]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
05d734e0b9
commit
613953f821
@@ -12,6 +12,10 @@ LIGHTNING_INSTALL_STAGING = YES
|
||||
# We're patching include/Makefile.am
|
||||
LIGHTNING_AUTORECONF = YES
|
||||
|
||||
# CVE-2020-7747 is for the Javascript lightning-server project, and not for
|
||||
# GNU Lightning.
|
||||
LIGHTNING_IGNORE_CVES = CVE-2020-7747
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIGHTNING_DISASSEMBLER),y)
|
||||
LIGHTNING_DEPENDENCIES += binutils zlib
|
||||
LIGHTNING_CONF_OPTS += --enable-disassembler
|
||||
|
||||
Reference in New Issue
Block a user