File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2264,3 +2264,12 @@ separator key, with ``&`` as the default. This change also affects
2264
2264
functions internally. For more details, please see their respective
2265
2265
documentation.
2266
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 `)
You can’t perform that action at this time.
0 commit comments