increase Python version dependency to 2.4.4, to avoid a critical CPython security bug #1066

Closed
opened 2010-06-05 03:32:09 +00:00 by davidsarah · 2 comments
davidsarah commented 2010-06-05 03:32:09 +00:00
Owner

We should raise the Python version dependency to avoid this security bug in CPython's implementation of repr on Unicode strings. We use repr (via the %r format) extensively in logging.

We should raise the Python version dependency to avoid [this security bug](http://www.python.org/news/security/PSF-2006-001/) in CPython's implementation of `repr` on Unicode strings. We use `repr` (via the `%r` format) extensively in logging.
tahoe-lafs added the
packaging
major
defect
1.6.1
labels 2010-06-05 03:32:09 +00:00
tahoe-lafs added this to the 1.7.0 milestone 2010-06-05 03:32:09 +00:00
davidsarah commented 2010-06-05 03:33:53 +00:00
Author
Owner

Attachment raise-python-version-requirement.dpatch.txt (43872 bytes) added

Raise Python version requirement to 2.4.4 for non-UCS-2 builds, to avoid a critical Python security bug.

**Attachment** raise-python-version-requirement.dpatch.txt (43872 bytes) added Raise Python version requirement to 2.4.4 for non-UCS-2 builds, to avoid a critical Python security bug.
zooko commented 2010-06-06 04:50:20 +00:00
Author
Owner

Looks good--committed in changeset:529add7774a10c9c.

Looks good--committed in changeset:529add7774a10c9c.
tahoe-lafs added the
fixed
label 2010-06-06 04:50:20 +00:00
zooko closed this issue 2010-06-06 04:50:20 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#1066
No description provided.