mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/tpm2-tss: ignore CVE-2023-22745
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 6144b0f4b7)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
db74d39759
commit
ca724489f5
@@ -16,6 +16,10 @@ TPM2_TSS_DEPENDENCIES = openssl host-pkgconf
|
||||
# 0001-configure-Only-use-CXX-when-fuzzing.patch
|
||||
TPM2_TSS_AUTORECONF = YES
|
||||
|
||||
# Fixed in upstream commit
|
||||
# https://github.com/tpm2-software/tpm2-tss/commit/7ab42953216adec046d000a5e3085f3ee5e9cabf
|
||||
TPM2_TSS_IGNORE_CVES += CVE-2023-22745
|
||||
|
||||
# systemd-sysusers and systemd-tmpfiles are only used at install time
|
||||
# to trigger the creation of users and tmpfiles, which we do not care
|
||||
# about at build time. groupadd, useradd, and setfacl are used in the
|
||||
|
||||
Reference in New Issue
Block a user