summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3_3.8.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.2.bb b/meta/recipes-devtools/python/python3_3.8.2.bb
index 758ed87546..5f7901dbf2 100644
--- a/meta/recipes-devtools/python/python3_3.8.2.bb
+++ b/meta/recipes-devtools/python/python3_3.8.2.bb
@@ -54,6 +54,9 @@ CVE_PRODUCT = "python"
54# This is not exploitable when glibc has CVE-2016-10739 fixed. 54# This is not exploitable when glibc has CVE-2016-10739 fixed.
55CVE_CHECK_WHITELIST += "CVE-2019-18348" 55CVE_CHECK_WHITELIST += "CVE-2019-18348"
56 56
57# This is windows only issue.
58CVE_CHECK_WHITELIST += "CVE-2020-15523"
59
57PYTHON_MAJMIN = "3.8" 60PYTHON_MAJMIN = "3.8"
58 61
59S = "${WORKDIR}/Python-${PV}" 62S = "${WORKDIR}/Python-${PV}"