Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [NEXT 20/26] linux: add CPE id
Date: Fri, 2 Mar 2018 10:55:19 +0100	[thread overview]
Message-ID: <20180302105519.23bd18e0@windsurf.lan> (raw)
In-Reply-To: <CANQCQpaMEC_smNisciWyapbcLiMh9zccqFqeeAuEHm58t73KpA@mail.gmail.com>

Hello,

On Tue, 27 Feb 2018 22:12:18 -0600, Matthew Weber wrote:

> > How is the CPE database reacting when LINUX_VERSION is some random Git
> > SHA1, from a private Git tree that nobody has access to ?  
> 
> I brought this up to one of my security guys and he had a good point.
> He pointed out that since we keep the reporting seperate from any
> proposed automated CVE analysis.  The user specific analysis could
> manage taking the hash and manually doing the effort to tie that to a
> linux version.

Indeed, you can do it manually, but it kind of removes the whole point
of having automated tools to check which CVEs are applicable to your
system. And the kernel is a very critical part of the system.

> Then looking at the individual CVEs on top of that
> version.  There isn't a good way to include that in the buildsystem
> that we can see but most analysis tools have a way to keep notes with
> a configuration.  For any buildroot automated CVE reporting I don't
> think you'd run into this hash case for linux as there wouldn't be a
> default version selected as a hash (so far at least that I know of)

I'm sorry, I don't understand this last sentence, could you explain ?

> For packages which use hashes, the suggestion was made to use the
> major and minor syntax where we state the version to be the last
> release and the next wildcard field is the minor version and set we
> that to the hash.

CPE IDs have a concept of major and minor version ?

So we would have something like:

FOO_VERSION = f1d2d2f924e986ac86fdf7b36c94bcdf32beec15
FOO_CPE_ID = foo:foo:2.3:f1d2d2f924e986ac86fdf7b36c94bcdf32beec15

Where 2.3 is the closest "release" to
f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 ?

If that's what you propose, then for Linux, we could have a Config.in
option to fill in what is the Linux official release that is the
closest to the custom version being used.

>  So for validating a CPE is correct (pkg-stats
> maintenance), we would just look at the major version.  However for
> the analysis activity where a target CPE report is used to find CVEs,
> they would take into account the major and also go look at the hash
> manually to determine where that falls past the  major.

Not sure I understand what you're proposing here.

> On the buildroot side we could also add CVE_PATCHED items covering
> that delta if we know what they are.  I should do an example of this
> in my next patchset (one of the github packages).

Yes, please do an example, it would probably be easier for me to
understand what you're proposing :)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

  reply	other threads:[~2018-03-02  9:55 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-27  2:10 [Buildroot] [NEXT 00/26] Package CVE Reporting Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 01/26] cpe-info: new make target Matt Weber
2018-02-27 21:40   ` Thomas Petazzoni
2018-02-28  4:30     ` Matthew Weber
2018-03-01 20:21       ` Arnout Vandecappelle
2018-02-27  2:10 ` [Buildroot] [NEXT 02/26] cpe-info: update manual for new pkg vars Matt Weber
2018-02-27 21:43   ` Thomas Petazzoni
2018-02-28  4:22     ` Matthew Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 03/26] cpe-info: id prefix/suffix Matt Weber
2018-02-27 21:45   ` Thomas Petazzoni
2018-02-28  4:14     ` Matthew Weber
2018-03-01 20:34       ` Arnout Vandecappelle
2018-03-03  3:01         ` Matthew Weber
2018-03-01 20:32   ` Arnout Vandecappelle
2018-02-27  2:10 ` [Buildroot] [NEXT 04/26] cpe-info: only report target pkgs Matt Weber
2018-02-27 21:45   ` Thomas Petazzoni
2018-02-28  4:13     ` Matthew Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 05/26] bash: add CPE id Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 06/26] boa: " Matt Weber
2018-02-27 22:17   ` Thomas Petazzoni
2018-02-28  4:00     ` Matthew Weber
2018-02-28  6:38       ` Thomas Petazzoni
2018-03-01 20:47         ` Arnout Vandecappelle
2018-03-01 22:55           ` Matthew Weber
2018-03-02  8:19             ` Arnout Vandecappelle
2018-03-02  9:49               ` Thomas Petazzoni
2018-03-02 16:14                 ` Matthew Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 07/26] boost: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 08/26] busybox: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 09/26] bzip2: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 10/26] dhcp: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 11/26] e2fsprogs: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 12/26] gdb: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 13/26] glibc: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 14/26] gnupg: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 15/26] gzip: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 16/26] iproute2: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 17/26] libgcrypt: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 18/26] libopenssl: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 19/26] libzlib: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 20/26] linux: " Matt Weber
2018-02-27 22:18   ` Thomas Petazzoni
2018-02-28  4:12     ` Matthew Weber
2018-03-02  9:55       ` Thomas Petazzoni [this message]
2018-02-27  2:10 ` [Buildroot] [NEXT 21/26] linux-headers: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 22/26] openssh: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 23/26] rsyslog: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 24/26] tcpdump: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 25/26] util-linux: " Matt Weber
2018-02-27  2:10 ` [Buildroot] [NEXT 26/26] xerces: " Matt Weber
2018-02-27 21:37 ` [Buildroot] [NEXT 00/26] Package CVE Reporting Thomas Petazzoni
2018-02-28  4:42   ` Matthew Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180302105519.23bd18e0@windsurf.lan \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox