[Buildroot] [git commit] boot/optee-os: fix CPE
Julien Olivain via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/e43fb3491a52d2df14fae4873b170799125200a7 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master A new (and hopefully definitive) CPE is to be used for OP-TEE OS: cpe:2.3:o:trustedfirmware:op-tee: as reported during review for a TF-A CPE fix[1]. NVD correctly reports[2] the new CPE deprecates the "old" one Buildroot was using. CVEs for projects under the TrustedFirmware umbrella are now seemingly handled under the CPE vendor "trustedfirmware". [1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/49486/comment/2fd93ed7_df27998e/ before last comment from Sandrine [2] https://nvd.nist.gov/products/cpe/detail/EB42962B-24FD-4716-B3E2-69F3258A57CF Signed-off-by: Quentin Schulz <[email protected]> Signed-off-by: Julien Olivain <[email protected]> --- boot/optee-os/optee-os.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/optee-os/optee-os.mk b/boot/optee-os/optee-os.mk index 1639597407..38faf8bff7 100644 --- a/boot/optee-os/optee-os.mk +++ b/boot/optee-os/optee-os.mk @@ -9,7 +9,7 @@ OPTEE_OS_LICENSE = BSD-2-Clause OPTEE_OS_LICENSE_FILES = $(call qstrip,$(BR2_TARGET_OPTEE_OS_LICENSE_FILES)) OPTEE_OS_CPE_ID_PREFIX = cpe:2.3:o -OPTEE_OS_CPE_ID_VENDOR = linaro +OPTEE_OS_CPE_ID_VENDOR = trustedfirmware OPTEE_OS_CPE_ID_PRODUCT = op-tee OPTEE_OS_INSTALL_STAGING = YES _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot