All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/netcat: set NETCAT_CPE_ID_VALID
@ 2021-01-11 20:15 Fabrice Fontaine
  2021-01-11 20:32 ` Thomas Petazzoni
  2021-01-11 20:33 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-01-11 20:15 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/netcat/netcat.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/netcat/netcat.mk b/package/netcat/netcat.mk
index eb7ddcac27..c9d7952e59 100644
--- a/package/netcat/netcat.mk
+++ b/package/netcat/netcat.mk
@@ -8,5 +8,6 @@ NETCAT_VERSION = 0.7.1
 NETCAT_SITE = http://downloads.sourceforge.net/project/netcat/netcat/$(NETCAT_VERSION)
 NETCAT_LICENSE = GPL-2.0+
 NETCAT_LICENSE_FILES = COPYING
+NETCAT_CPE_ID_VALID = YES
 
 $(eval $(autotools-package))
-- 
2.29.2

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

* [Buildroot] [PATCH 1/1] package/netcat: set NETCAT_CPE_ID_VALID
  2021-01-11 20:15 [Buildroot] [PATCH 1/1] package/netcat: set NETCAT_CPE_ID_VALID Fabrice Fontaine
@ 2021-01-11 20:32 ` Thomas Petazzoni
  2021-01-11 20:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-01-11 20:32 UTC (permalink / raw)
  To: buildroot

Hello Fabrice,

On Mon, 11 Jan 2021 21:15:44 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Thanks for all those CPE related patches, very useful. Since you're
doing all those checks, perhaps it would be useful to have a pointer to
something that confirms how you have validated a given CPE. Either in
the commit log, or as a comment in the .mk file? Perhaps a comment in
the commit log is sufficient?

Since you're doing the research, I guess it should be quite easy to add
such a reference in the commit log. Maybe something such as:

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

Note: no need to resend existing patches for this. This is just a
suggestion for future patches.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/netcat: set NETCAT_CPE_ID_VALID
  2021-01-11 20:15 [Buildroot] [PATCH 1/1] package/netcat: set NETCAT_CPE_ID_VALID Fabrice Fontaine
  2021-01-11 20:32 ` Thomas Petazzoni
@ 2021-01-11 20:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-01-11 20:33 UTC (permalink / raw)
  To: buildroot

On Mon, 11 Jan 2021 21:15:44 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/netcat/netcat.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master. See
https://git.buildroot.org/buildroot/commit/?id=376c010974e31bb66df29c407bfe13c3c1662ef7
for how I wreote the commit message with just a bit more details.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-01-11 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 20:15 [Buildroot] [PATCH 1/1] package/netcat: set NETCAT_CPE_ID_VALID Fabrice Fontaine
2021-01-11 20:32 ` Thomas Petazzoni
2021-01-11 20:33 ` Thomas Petazzoni

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.