All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR
@ 2021-10-18 21:40 Matthew Weber via buildroot
  2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Matthew Weber via buildroot @ 2021-10-18 21:40 UTC (permalink / raw)
  To: buildroot; +Cc: Matthew Weber

cpe:2.3:a:gnu:lightning:*:*:*:*:*:*:*:* is a valid CPE for this pkg

https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Agnu%3Alightning

Signed-off-by: Matthew Weber <matthew.weber@collins.com>
---
 package/lightning/lightning.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk
index 38b132e082..c0036e5cd1 100644
--- a/package/lightning/lightning.mk
+++ b/package/lightning/lightning.mk
@@ -9,6 +9,7 @@ LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning
 LIGHTNING_LICENSE = LGPL-3.0+
 LIGHTNING_LICENSE_FILES = COPYING.LESSER
 LIGHTNING_INSTALL_STAGING = YES
+LIGHTNING_CPE_ID_VENDOR = gnu
 # We're patching include/Makefile.am
 LIGHTNING_AUTORECONF = YES
 
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747
  2021-10-18 21:40 [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Matthew Weber via buildroot
@ 2021-10-18 21:40 ` Matthew Weber via buildroot
  2021-10-19 19:37   ` Yann E. MORIN
  2021-10-25  9:06   ` Paul Cercueil
  2021-10-19 19:36 ` [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Yann E. MORIN
  2021-10-25 12:13 ` Peter Korsgaard
  2 siblings, 2 replies; 9+ messages in thread
From: Matthew Weber via buildroot @ 2021-10-18 21:40 UTC (permalink / raw)
  To: buildroot; +Cc: Paul Cercueil, Matthew Weber, Yann E . MORIN

This reverts commit 613953f8217bf5b27489e0a939147ef7c74c3f7a.

A new CPE ID was assigned by NIST and this whitelist can be
dropped as the package is setup to use the correct CPE (Not
to be confused with the other lightning-* packages which show
up when a free txt search is used to find the CVE.)

Cc: Paul Cercueil <paul@crapouillou.net>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Matthew Weber <matthew.weber@collins.com>
---
 package/lightning/lightning.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk
index c0036e5cd1..da8c07e61f 100644
--- a/package/lightning/lightning.mk
+++ b/package/lightning/lightning.mk
@@ -13,10 +13,6 @@ LIGHTNING_CPE_ID_VENDOR = gnu
 # 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
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR
  2021-10-18 21:40 [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Matthew Weber via buildroot
  2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
@ 2021-10-19 19:36 ` Yann E. MORIN
  2021-10-25 12:13 ` Peter Korsgaard
  2 siblings, 0 replies; 9+ messages in thread
From: Yann E. MORIN @ 2021-10-19 19:36 UTC (permalink / raw)
  To: Matthew Weber; +Cc: buildroot

Matthew, All,

On 2021-10-18 16:40 -0500, Matthew Weber via buildroot spake thusly:
> cpe:2.3:a:gnu:lightning:*:*:*:*:*:*:*:* is a valid CPE for this pkg
> 
> https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Agnu%3Alightning
> 
> Signed-off-by: Matthew Weber <matthew.weber@collins.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/lightning/lightning.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk
> index 38b132e082..c0036e5cd1 100644
> --- a/package/lightning/lightning.mk
> +++ b/package/lightning/lightning.mk
> @@ -9,6 +9,7 @@ LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning
>  LIGHTNING_LICENSE = LGPL-3.0+
>  LIGHTNING_LICENSE_FILES = COPYING.LESSER
>  LIGHTNING_INSTALL_STAGING = YES
> +LIGHTNING_CPE_ID_VENDOR = gnu
>  # We're patching include/Makefile.am
>  LIGHTNING_AUTORECONF = YES
>  
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747
  2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
@ 2021-10-19 19:37   ` Yann E. MORIN
  2021-10-25  9:06   ` Paul Cercueil
  1 sibling, 0 replies; 9+ messages in thread
From: Yann E. MORIN @ 2021-10-19 19:37 UTC (permalink / raw)
  To: Matthew Weber; +Cc: Paul Cercueil, buildroot

Matthew, All,

On 2021-10-18 16:40 -0500, Matthew Weber via buildroot spake thusly:
> This reverts commit 613953f8217bf5b27489e0a939147ef7c74c3f7a.
> 
> A new CPE ID was assigned by NIST and this whitelist can be
> dropped as the package is setup to use the correct CPE (Not
> to be confused with the other lightning-* packages which show
> up when a free txt search is used to find the CVE.)
> 
> Cc: Paul Cercueil <paul@crapouillou.net>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Signed-off-by: Matthew Weber <matthew.weber@collins.com>

With a slight reword in the title, applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/lightning/lightning.mk | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk
> index c0036e5cd1..da8c07e61f 100644
> --- a/package/lightning/lightning.mk
> +++ b/package/lightning/lightning.mk
> @@ -13,10 +13,6 @@ LIGHTNING_CPE_ID_VENDOR = gnu
>  # 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
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747
  2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
  2021-10-19 19:37   ` Yann E. MORIN
@ 2021-10-25  9:06   ` Paul Cercueil
  2021-10-25 13:09     ` [Buildroot] [External] " Weber, Matthew L Collins via buildroot
  1 sibling, 1 reply; 9+ messages in thread
From: Paul Cercueil @ 2021-10-25  9:06 UTC (permalink / raw)
  To: Matthew Weber; +Cc: Yann E . MORIN, buildroot

Hi Matthew, all,

I still get the emails about CVEs in Lightning though :(
I just got one a few hours ago.

-Paul


Le lun., oct. 18 2021 at 16:40:14 -0500, Matthew Weber 
<matthew.weber@collins.com> a écrit :
> This reverts commit 613953f8217bf5b27489e0a939147ef7c74c3f7a.
> 
> A new CPE ID was assigned by NIST and this whitelist can be
> dropped as the package is setup to use the correct CPE (Not
> to be confused with the other lightning-* packages which show
> up when a free txt search is used to find the CVE.)
> 
> Cc: Paul Cercueil <paul@crapouillou.net>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Signed-off-by: Matthew Weber <matthew.weber@collins.com>
> ---
>  package/lightning/lightning.mk | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/package/lightning/lightning.mk 
> b/package/lightning/lightning.mk
> index c0036e5cd1..da8c07e61f 100644
> --- a/package/lightning/lightning.mk
> +++ b/package/lightning/lightning.mk
> @@ -13,10 +13,6 @@ LIGHTNING_CPE_ID_VENDOR = gnu
>  # 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
> --
> 2.17.1
> 


_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR
  2021-10-18 21:40 [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Matthew Weber via buildroot
  2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
  2021-10-19 19:36 ` [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Yann E. MORIN
@ 2021-10-25 12:13 ` Peter Korsgaard
  2 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2021-10-25 12:13 UTC (permalink / raw)
  To: Matthew Weber via buildroot; +Cc: Matthew Weber

>>>>> "Matthew" == Matthew Weber via buildroot <buildroot@buildroot.org> writes:

 > cpe:2.3:a:gnu:lightning:*:*:*:*:*:*:*:* is a valid CPE for this pkg
 > https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Agnu%3Alightning

 > Signed-off-by: Matthew Weber <matthew.weber@collins.com>

Committed to 2021.02.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [External] Re: [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747
  2021-10-25  9:06   ` Paul Cercueil
@ 2021-10-25 13:09     ` Weber, Matthew L Collins via buildroot
  2021-10-25 13:10       ` Paul Cercueil
  0 siblings, 1 reply; 9+ messages in thread
From: Weber, Matthew L Collins via buildroot @ 2021-10-25 13:09 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: Yann E . MORIN, buildroot

Paul,


> From: Paul Cercueil <paul@crapouillou.net>
> Sent: Monday, October 25, 2021 4:06 AM
> To: Weber, Matthew L Collins <Matthew.Weber@collins.com>
> Cc: buildroot@buildroot.org <buildroot@buildroot.org>; Yann E . MORIN <yann.morin.1998@free.fr>
> Subject: [External] Re: [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 
>  
> Hi Matthew, all,
> 
> I still get the emails about CVEs in Lightning though :(
> I just got one a few hours ago.

The changes to resolve that were merged on master last week and I noticed today that Peter applied them to the long term support branch (probably after you received that email).  Which branch did the email list CVE against?

Regards,
Matt
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [External] Re: [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747
  2021-10-25 13:09     ` [Buildroot] [External] " Weber, Matthew L Collins via buildroot
@ 2021-10-25 13:10       ` Paul Cercueil
  2021-10-26 12:27         ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Cercueil @ 2021-10-25 13:10 UTC (permalink / raw)
  To: Weber, Matthew L Collins; +Cc: Yann E . MORIN, buildroot

Hi Matthew,

Le lun., oct. 25 2021 at 13:09:25 +0000, "Weber, Matthew L Collins" 
<Matthew.Weber@collins.com> a écrit :
> Paul,
> 
> 
>>  From: Paul Cercueil <paul@crapouillou.net>
>>  Sent: Monday, October 25, 2021 4:06 AM
>>  To: Weber, Matthew L Collins <Matthew.Weber@collins.com>
>>  Cc: buildroot@buildroot.org <buildroot@buildroot.org>; Yann E . 
>> MORIN <yann.morin.1998@free.fr>
>>  Subject: [External] Re: [PATCH 2/2] package/lightning: 
>> [revert]ignore not applicable CVE-2020-7747
>> 
>>  Hi Matthew, all,
>> 
>>  I still get the emails about CVEs in Lightning though :(
>>  I just got one a few hours ago.
> 
> The changes to resolve that were merged on master last week and I 
> noticed today that Peter applied them to the long term support branch 
> (probably after you received that email).  Which branch did the email 
> list CVE against?
> 
> Regards,
> Matt

I get those emails for the 2021.02.x and 2021.08.x branches.

Cheers,
-Paul


_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Buildroot] [External] Re: [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747
  2021-10-25 13:10       ` Paul Cercueil
@ 2021-10-26 12:27         ` Peter Korsgaard
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2021-10-26 12:27 UTC (permalink / raw)
  To: Paul Cercueil; +Cc: buildroot, Weber, Matthew L Collins, Yann E . MORIN

>>>>> "Paul" == Paul Cercueil <paul@crapouillou.net> writes:

Hi,

 >>> I still get the emails about CVEs in Lightning though :(
 >>> I just got one a few hours ago.
 >> 
 >> The changes to resolve that were merged on master last week and I
 >> noticed today that Peter applied them to the long term support
 >> branch (probably after you received that email).  Which branch did
 >> the email list CVE against?

 > I get those emails for the 2021.02.x and 2021.08.x branches.

You shouldn't get them any more. Please let me know if you do.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-26 12:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 21:40 [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Matthew Weber via buildroot
2021-10-18 21:40 ` [Buildroot] [PATCH 2/2] package/lightning: [revert]ignore not applicable CVE-2020-7747 Matthew Weber via buildroot
2021-10-19 19:37   ` Yann E. MORIN
2021-10-25  9:06   ` Paul Cercueil
2021-10-25 13:09     ` [Buildroot] [External] " Weber, Matthew L Collins via buildroot
2021-10-25 13:10       ` Paul Cercueil
2021-10-26 12:27         ` Peter Korsgaard
2021-10-19 19:36 ` [Buildroot] [PATCH 1/2] package/lightning: add LIGHTNING_CPE_ID_VENDOR Yann E. MORIN
2021-10-25 12:13 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.