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 9372b40 commit 6b4de36Copy full SHA for 6b4de36
1 file changed
Misc/NEWS.d/next/Library/2026-01-06-21-58-12.gh-issue-143497.k3XVrU.rst
@@ -0,0 +1,5 @@
1
+Fix defaults of :class:`ftplib.FTP_TLS` to not leave the data connection
2
+without TLS and vulnerable to `man-in-the-middle attack
3
+<https://en.wikipedia.org/wiki/Man-in-the-middle_attack>`_. Also extend the
4
+documenation of :class:`ftplib.FTP_TLS` and :method:`ftplib.FTP_TLS.prot_c`
5
+to warn about the security implications. +Patch by Sebastian Pipping.
0 commit comments