aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorMathieu Dubois-Briand <mathieu.dubois-briand@hyprua.org>2022-10-04 08:24:37 +0200
committerKhem Raj <raj.khem@gmail.com>2022-10-04 09:29:47 -0700
commite2188ac73b15a49f0c84d41d9180a60d2cbb9a7d (patch)
tree83a33fcd7283366912594d0c9a058484008fa5e0 /meta-networking/recipes-connectivity
parente726f388b2e82e692d5c616d285a5a847bcf190a (diff)
downloadmeta-openembedded-e2188ac73b15a49f0c84d41d9180a60d2cbb9a7d.tar.gz
mbedtls: Whitelist CVE-2021-43666, CVE-2021-45451
Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb
index 44b2a5e3c8..742414dd8a 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb
@@ -44,3 +44,8 @@ FILES:${PN}-programs = "${bindir}/"
BBCLASSEXTEND = "native nativesdk"
CVE_PRODUCT = "mbed_tls"
+
+# Fix merged upstream https://github.com/Mbed-TLS/mbedtls/pull/5310
+CVE_CHECK_IGNORE += "CVE-2021-43666"
+# Fix merged upstream https://github.com/Mbed-TLS/mbedtls/commit/9a4a9c66a48edfe9ece03c7e4a53310adf73a86c
+CVE_CHECK_IGNORE += "CVE-2021-45451"