diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.9.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.0.bb b/meta/recipes-devtools/python/python3_3.9.0.bb index ae9a974f04..d29a779a81 100644 --- a/meta/recipes-devtools/python/python3_3.9.0.bb +++ b/meta/recipes-devtools/python/python3_3.9.0.bb | |||
@@ -49,6 +49,9 @@ CVE_PRODUCT = "python" | |||
49 | # This is not exploitable when glibc has CVE-2016-10739 fixed. | 49 | # This is not exploitable when glibc has CVE-2016-10739 fixed. |
50 | CVE_CHECK_WHITELIST += "CVE-2019-18348" | 50 | CVE_CHECK_WHITELIST += "CVE-2019-18348" |
51 | 51 | ||
52 | # This is windows only issue. | ||
53 | CVE_CHECK_WHITELIST += "CVE-2020-15523" | ||
54 | |||
52 | PYTHON_MAJMIN = "3.9" | 55 | PYTHON_MAJMIN = "3.9" |
53 | 56 | ||
54 | S = "${WORKDIR}/Python-${PV}" | 57 | S = "${WORKDIR}/Python-${PV}" |