summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2024-12-20 16:04:31 +0200
committerArmin Kuster <akuster808@gmail.com>2024-12-27 11:28:23 -0500
commit0b4a2afb985afaa6ff19db8ae7a7a0bc2f4c0b53 (patch)
treec37eaa51284b7d9cf4bf5f58d7c13ec547a19799
parent68f959b95d24a6f61aff9bc2e2bbfbadf2820736 (diff)
downloadmeta-security-0b4a2afb985afaa6ff19db8ae7a7a0bc2f4c0b53.tar.gz
libtpms: set CVE_PRODUCT
Using vendor "libtpms_project" and product "libtpms" as in https://nvd.nist.gov/vuln/detail/CVE-2021-3446 Matches CVEs better when analyzing with cve_check.bbclass. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb
index a2c3a14..55a4c01 100644
--- a/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb
+++ b/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb
@@ -14,3 +14,5 @@ PACKAGECONFIG ?= "openssl"
14PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" 14PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
15 15
16BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"
17
18CVE_PRODUCT = "libtpms_project:libtpms"