mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03: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>