mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-21 14:53:54 -09:00
This scripts takes as entry on stdin a JSON description of the package used for a given configuration. This description is the one generated by "make show-info". The script generates the list of all the packages used and if they are affected by a CVE. The output is either a JSON or an HTML file similar to the one generated by pkg-stats. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com>= Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>