summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-12-05 21:28:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-31 10:37:23 +0000
commitb67ede4d82aa865a9ae2e9bc8de109b48932ed99 (patch)
tree3e5d1bfd4d857fbfdbd47abe72222e57ce9a0c54 /meta/recipes-devtools
parent28b490f66aa08e0b31cc764340cb942893b4f8ad (diff)
downloadpoky-b67ede4d82aa865a9ae2e9bc8de109b48932ed99.tar.gz
python/python3: Whitelist CVE-2019-18348
This is not exploitable when glibc has CVE-2016-10739 fixed, which is fixed in the upstream version since warrior. (From OE-Core rev: a26ac2921a1ad96959364223920402082ccd1d61) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python.inc3
-rw-r--r--meta/recipes-devtools/python/python3_3.7.5.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index 110ec315d9..19a2f3e743 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -29,6 +29,9 @@ CVE_CHECK_WHITELIST += "CVE-2017-18207"
29# of Python that cannot really be altered at this point." 29# of Python that cannot really be altered at this point."
30CVE_CHECK_WHITELIST += "CVE-2015-5652" 30CVE_CHECK_WHITELIST += "CVE-2015-5652"
31 31
32# This is not exploitable when glibc has CVE-2016-10739 fixed.
33CVE_CHECK_WHITELIST += "CVE-2019-18348"
34
32PYTHON_MAJMIN = "2.7" 35PYTHON_MAJMIN = "2.7"
33 36
34inherit autotools pkgconfig 37inherit autotools pkgconfig
diff --git a/meta/recipes-devtools/python/python3_3.7.5.bb b/meta/recipes-devtools/python/python3_3.7.5.bb
index 137b540dba..f6a1fc76e3 100644
--- a/meta/recipes-devtools/python/python3_3.7.5.bb
+++ b/meta/recipes-devtools/python/python3_3.7.5.bb
@@ -46,6 +46,9 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
46 46
47CVE_PRODUCT = "python" 47CVE_PRODUCT = "python"
48 48
49# This is not exploitable when glibc has CVE-2016-10739 fixed.
50CVE_CHECK_WHITELIST += "CVE-2019-18348"
51
49PYTHON_MAJMIN = "3.7" 52PYTHON_MAJMIN = "3.7"
50PYTHON_BINABI = "${PYTHON_MAJMIN}m" 53PYTHON_BINABI = "${PYTHON_MAJMIN}m"
51 54