Skip to content

Correct CVE-2020-10735 documentation #100306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update versionchanged
  • Loading branch information
ucodery committed Dec 16, 2022
commit 90b72c2d5812ef94bc6d1ee8f10f1237148ec00b
2 changes: 1 addition & 1 deletion Doc/library/xmlrpc.client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Convenience Functions
.. versionchanged:: 3.3
The *use_builtin_types* flag was added.

.. versionchanged:: 3.12
.. versionchanged:: 3.11
Conversion to :class:`int` now limits the maximum length of the integer
string via the interpreter's :ref:`integer string conversion length
limitation <int_max_str_digits>` to help avoid denial of service attacks.
Expand Down