|
| 1 | +.. date: 2023-06-01-03-24-58 |
| 2 | +.. gh-issue: 103142 |
| 3 | +.. nonce: GLWDMX |
| 4 | +.. release date: 2023-06-06 |
| 5 | +.. section: Security |
| 6 | +
|
| 7 | +The version of OpenSSL used in our binary builds has been upgraded to 1.1.1u |
| 8 | +to address several CVEs. |
| 9 | + |
| 10 | +.. |
| 11 | +
|
| 12 | +.. date: 2023-05-02-17-56-32 |
| 13 | +.. gh-issue: 99889 |
| 14 | +.. nonce: l664SU |
| 15 | +.. section: Security |
| 16 | +
|
| 17 | +Fixed a security in flaw in :func:`uu.decode` that could allow for directory |
| 18 | +traversal based on the input if no ``out_file`` was specified. |
| 19 | + |
| 20 | +.. |
| 21 | +
|
| 22 | +.. date: 2023-05-01-15-03-25 |
| 23 | +.. gh-issue: 104049 |
| 24 | +.. nonce: b01Y3g |
| 25 | +.. section: Security |
| 26 | +
|
| 27 | +Do not expose the local on-disk location in directory indexes produced by |
| 28 | +:class:`http.client.SimpleHTTPRequestHandler`. |
| 29 | + |
| 30 | +.. |
| 31 | +
|
| 32 | +.. date: 2023-03-07-20-59-17 |
| 33 | +.. gh-issue: 102153 |
| 34 | +.. nonce: 14CLSZ |
| 35 | +.. section: Security |
| 36 | +
|
| 37 | +:func:`urllib.parse.urlsplit` now strips leading C0 control and space |
| 38 | +characters following the specification for URLs defined by WHATWG in |
| 39 | +response to CVE-2023-24329. Patch by Illia Volochii. |
| 40 | + |
| 41 | +.. |
| 42 | +
|
| 43 | +.. date: 2023-02-08-22-03-04 |
| 44 | +.. gh-issue: 101727 |
| 45 | +.. nonce: 9P5eZz |
| 46 | +.. section: Security |
| 47 | +
|
| 48 | +Updated the OpenSSL version used in Windows and macOS binary release builds |
| 49 | +to 1.1.1t to address CVE-2023-0286, CVE-2022-4303, and CVE-2022-4303 per |
| 50 | +`the OpenSSL 2023-02-07 security advisory |
| 51 | +<https://www.openssl.org/news/secadv/20230207.txt>`_. |
| 52 | + |
| 53 | +.. |
| 54 | +
|
| 55 | +.. date: 2023-01-24-16-12-00 |
| 56 | +.. gh-issue: 101283 |
| 57 | +.. nonce: 9tqu39 |
| 58 | +.. section: Security |
| 59 | +
|
| 60 | +:class:`subprocess.Popen` now uses a safer approach to find ``cmd.exe`` when |
| 61 | +launching with ``shell=True``. Patch by Eryk Sun, based on a patch by Oleg |
| 62 | +Iarygin. |
| 63 | + |
| 64 | +.. |
| 65 | +
|
| 66 | +.. date: 2023-02-24-17-59-39 |
| 67 | +.. gh-issue: 102126 |
| 68 | +.. nonce: HTT8Vc |
| 69 | +.. section: Core and Builtins |
| 70 | +
|
| 71 | +Fix deadlock at shutdown when clearing thread states if any finalizer tries |
| 72 | +to acquire the runtime head lock. Patch by Kumar Aditya. |
| 73 | + |
| 74 | +.. |
| 75 | +
|
| 76 | +.. date: 2023-01-10-14-11-17 |
| 77 | +.. gh-issue: 100892 |
| 78 | +.. nonce: qfBVYI |
| 79 | +.. section: Core and Builtins |
| 80 | +
|
| 81 | +Fix race while iterating over thread states in clearing |
| 82 | +:class:`threading.local`. Patch by Kumar Aditya. |
| 83 | + |
| 84 | +.. |
| 85 | +
|
| 86 | +.. date: 2023-04-27-20-03-08 |
| 87 | +.. gh-issue: 103935 |
| 88 | +.. nonce: Uaf2M0 |
| 89 | +.. section: Library |
| 90 | +
|
| 91 | +Use :func:`io.open_code` for files to be executed instead of raw |
| 92 | +:func:`open` |
| 93 | + |
| 94 | +.. |
| 95 | +
|
| 96 | +.. date: 2023-03-23-15-24-38 |
| 97 | +.. gh-issue: 102953 |
| 98 | +.. nonce: YR4KaK |
| 99 | +.. section: Library |
| 100 | +
|
| 101 | +The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`, |
| 102 | +have a new a *filter* argument that allows limiting tar features than may be |
| 103 | +surprising or dangerous, such as creating files outside the destination |
| 104 | +directory. See :ref:`tarfile-extraction-filter` for details. |
| 105 | + |
| 106 | +.. |
| 107 | +
|
| 108 | +.. date: 2023-02-17-18-44-27 |
| 109 | +.. gh-issue: 101997 |
| 110 | +.. nonce: A6_blD |
| 111 | +.. section: Library |
| 112 | +
|
| 113 | +Upgrade pip wheel bundled with ensurepip (pip 23.0.1) |
| 114 | + |
| 115 | +.. |
| 116 | +
|
| 117 | +.. date: 2023-01-09-23-03-57 |
| 118 | +.. gh-issue: 100180 |
| 119 | +.. nonce: b5phrg |
| 120 | +.. section: Windows |
| 121 | +
|
| 122 | +Update Windows installer to OpenSSL 1.1.1s |
| 123 | + |
| 124 | +.. |
| 125 | +
|
| 126 | +.. date: 2023-05-30-23-30-46 |
| 127 | +.. gh-issue: 103142 |
| 128 | +.. nonce: 55lMXQ |
| 129 | +.. section: macOS |
| 130 | +
|
| 131 | +Update macOS installer to use OpenSSL 1.1.1u. |
0 commit comments