mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For host packages, this commit adds the same `ignore_cves` list as their target counterpart and make it available from the `show-info` output. When generating a CycloneDX SBOM with `make show-info-all | utils/generate-cyclonedx` and running an analysis over it with `support/script/cve-check`, multiple vulnerabilities entries would be created with different analysis for packages that have both a host and target variant that include IGNORE_CVES entries. This is the case for the grub2 package that include ignored vulnerabilities that patch both the target and host package but aren't declared as ignored for the host package. This resulted in vulnerabilities marked as 'exploitable' for the host variant while it is patched. Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
45 KiB
45 KiB