8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664d1d1 commit 9eda0dfCopy full SHA for 9eda0df
Doc/whatsnew/3.8.rst
@@ -2264,3 +2264,12 @@ separator key, with ``&`` as the default. This change also affects
2264
functions internally. For more details, please see their respective
2265
documentation.
2266
(Contributed by Adam Goldschmidt, Senthil Kumaran and Ken Jin in :issue:`42967`.)
2267
+
2268
+Notable changes in Python 3.8.9
2269
+===============================
2270
2271
+A security fix alters the :class:`ftplib.FTP` behavior to not trust the
2272
+IPv4 address sent from the remote server when setting up a passive data
2273
+channel. We reuse the ftp server IP address instead. For unusual code
2274
+requiring the old behavior, set a ``trust_server_pasv_ipv4_address``
2275
+attribute on your FTP instance to ``True``. (See :issue:`43285`)
0 commit comments