diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-22 11:19:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-23 12:13:50 +0000 |
commit | d4f430011dee3c067b648d7295923c159906e00e (patch) | |
tree | 81935de04d76152246be936e87e8bdd39bd8fd9a | |
parent | 7f539baf0129ac9406669940ba4a5d4f7bce6279 (diff) | |
download | poky-d4f430011dee3c067b648d7295923c159906e00e.tar.gz |
python3: ignore CVE-2022-26488
This CVE is specific to Microsoft Windows, so we can ignore it.
(From OE-Core rev: 2bd3c5a93988140d9927340b3af68785ae03db65)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3_3.10.2.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.2.bb index 32da2a12c8..227a72d395 100644 --- a/meta/recipes-devtools/python/python3_3.10.2.bb +++ b/meta/recipes-devtools/python/python3_3.10.2.bb | |||
@@ -52,9 +52,8 @@ CVE_PRODUCT = "python" | |||
52 | CVE_CHECK_IGNORE += "CVE-2007-4559" | 52 | CVE_CHECK_IGNORE += "CVE-2007-4559" |
53 | # This is not exploitable when glibc has CVE-2016-10739 fixed. | 53 | # This is not exploitable when glibc has CVE-2016-10739 fixed. |
54 | CVE_CHECK_IGNORE += "CVE-2019-18348" | 54 | CVE_CHECK_IGNORE += "CVE-2019-18348" |
55 | 55 | # These are specific to Microsoft Windows | |
56 | # This is windows only issue. | 56 | CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488" |
57 | CVE_CHECK_IGNORE += "CVE-2020-15523" | ||
58 | 57 | ||
59 | PYTHON_MAJMIN = "3.10" | 58 | PYTHON_MAJMIN = "3.10" |
60 | 59 | ||