Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] CVE tracking for selected packages
@ 2020-02-19  9:21 Thomas De Schampheleire
  2020-02-19 10:25 ` Titouan Christophe
  2020-02-19 12:38 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas De Schampheleire @ 2020-02-19  9:21 UTC (permalink / raw)
  To: buildroot

Hi all,

With the recent addition of CVE checks in the pkg-stats script, we
have made a great step forward, and anyone can check the list at:
http://autobuild.buildroot.org/stats/ to see which packages have which CVEs.

What would be another great improvement, is the possibility to check
for a given defconfig in a particular Buildroot tree (i.e. not
necessarily the master) which CVEs are not yet solved.

Basically something like:

    make cve-info

which would list only those CVEs applicable for the packages selected,
so that a user knows directly if action is required or not for their
particular case.

Alternatively, we could add the info to 'make show-info', but since
obtaining the info will also require a download of the CVE databases,
I assume this is not desired.

For the implementation, I assume we should either create a make target
to call pkg-stats with the list of packages required, and perhaps
restricting to CVE checking only (instead of also version checking),
or extract the CVE logic to another file that can be reused by both
pkg-stats as the new thing.

Feedback welcome!

Thomas

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

end of thread, other threads:[~2020-02-19 12:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-19  9:21 [Buildroot] CVE tracking for selected packages Thomas De Schampheleire
2020-02-19 10:25 ` Titouan Christophe
2020-02-19 10:33   ` Titouan Christophe
2020-02-19 12:38 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox