mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/pkg-utils.mk: report the list of ignored CVEs in show-info
Add the list of the CVEs to ignore for each package because they already have a fix for it. This information will be useful for a cve-checker. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
52ae092046
commit
b9c9f23f9a
@@ -119,6 +119,11 @@ define _json-info-pkg
|
||||
"reverse_dependencies": [
|
||||
$(call make-comma-list,$(sort $($(1)_RDEPENDENCIES)))
|
||||
]
|
||||
$(if $($(1)_IGNORE_CVES),
|
||||
$(comma) "ignore_cves": [
|
||||
$(call make-comma-list,$(sort $($(1)_IGNORE_CVES)))
|
||||
]
|
||||
)
|
||||
endef
|
||||
|
||||
define _json-info-pkg-details
|
||||
|
||||
Reference in New Issue
Block a user