forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
.. date: 2023-08-22-17-39-12 | ||
.. gh-issue: 108310 | ||
.. nonce: fVM3sg | ||
.. release date: 2023-08-24 | ||
.. section: Security | ||
Fixed an issue where instances of :class:`ssl.SSLSocket` were vulnerable to | ||
a bypass of the TLS handshake and included protections (like certificate | ||
verification) and treating sent unencrypted data as if it were | ||
post-handshake TLS encrypted data. Security issue reported as | ||
`CVE-2023-40217 | ||
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40217>`_ by Aapo | ||
Oksman. Patch by Gregory P. Smith. | ||
|
||
.. | ||
.. date: 2023-08-10-17-36-22 | ||
.. gh-issue: 107845 | ||
.. nonce: dABiMJ | ||
.. section: Library | ||
:func:`tarfile.data_filter` now takes the location of symlinks into account | ||
when determining their target, so it will no longer reject some valid | ||
tarballs with ``LinkOutsideDestinationError``. | ||
|
||
.. | ||
.. date: 2023-08-12-13-18-15 | ||
.. gh-issue: 107565 | ||
.. nonce: Tv22Ne | ||
.. section: Tools/Demos | ||
Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, | ||
and 3.1.2. | ||
|
||
.. | ||
.. date: 2022-11-20-09-52-50 | ||
.. gh-issue: 99612 | ||
.. nonce: eBHksg | ||
.. section: C API | ||
Fix :c:func:`PyUnicode_DecodeUTF8Stateful` for ASCII-only data: | ||
``*consumed`` was not set. |
2 changes: 0 additions & 2 deletions
2
Misc/NEWS.d/next/C API/2022-11-20-09-52-50.gh-issue-99612.eBHksg.rst
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
Misc/NEWS.d/next/Library/2023-08-10-17-36-22.gh-issue-107845.dABiMJ.rst
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Misc/NEWS.d/next/Security/2023-08-22-17-39-12.gh-issue-108310.fVM3sg.rst
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
Misc/NEWS.d/next/Tools-Demos/2023-08-12-13-18-15.gh-issue-107565.Tv22Ne.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters