tpm2-tss: ignore CVE-2023-22745

As already mentioned in upgrade commit, this CVE is fixed.
But cve_check still reports it as NVD DB was not updated.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Peter Marko
2023-06-30 00:10:20 +02:00
committed by Armin Kuster
parent d398cc6ea6
commit 06c240c3c2

View File

@@ -88,3 +88,6 @@ FILES:${PN} = "\
${sysconfdir}/sysusers.d"
RDEPENDS:libtss2 = "libgcrypt"
# This is patched in 3.2.2, NVD DB was not updated to reflect this backport
CVE_CHECK_IGNORE += "CVE-2023-22745"