|
| 1 | +.. date: 2025-06-02-11-32-23 |
| 2 | +.. gh-issue: 135034 |
| 3 | +.. nonce: RLGjbp |
| 4 | +.. release date: 2025-06-03 |
| 5 | +.. section: Security |
| 6 | +
|
| 7 | +Fixes multiple issues that allowed ``tarfile`` extraction filters |
| 8 | +(``filter="data"`` and ``filter="tar"``) to be bypassed using crafted |
| 9 | +symlinks and hard links. |
| 10 | + |
| 11 | +Addresses CVE 2024-12718, CVE 2025-4138, CVE 2025-4330, and CVE 2025-4517. |
| 12 | + |
| 13 | +.. |
| 14 | +
|
| 15 | +.. date: 2025-05-09-20-22-54 |
| 16 | +.. gh-issue: 133767 |
| 17 | +.. nonce: kN2i3Q |
| 18 | +.. section: Security |
| 19 | +
|
| 20 | +Fix use-after-free in the "unicode-escape" decoder with a non-"strict" error |
| 21 | +handler. |
| 22 | + |
| 23 | +.. |
| 24 | +
|
| 25 | +.. date: 2025-01-14-11-19-07 |
| 26 | +.. gh-issue: 128840 |
| 27 | +.. nonce: M1doZW |
| 28 | +.. section: Security |
| 29 | +
|
| 30 | +Short-circuit the processing of long IPv6 addresses early in |
| 31 | +:mod:`ipaddress` to prevent excessive memory consumption and a minor |
| 32 | +denial-of-service. |
| 33 | + |
| 34 | +.. |
| 35 | +
|
| 36 | +.. date: 2024-08-06-11-43-08 |
| 37 | +.. gh-issue: 80222 |
| 38 | +.. nonce: wfR4BU |
| 39 | +.. section: Security |
| 40 | +
|
| 41 | +Fix bug in the folding of quoted strings when flattening an email message |
| 42 | +using a modern email policy. Previously when a quoted string was folded so |
| 43 | +that it spanned more than one line, the surrounding quotes and internal |
| 44 | +escapes would be omitted. This could theoretically be used to spoof header |
| 45 | +lines using a carefully constructed quoted string if the resulting rendered |
| 46 | +email was transmitted or re-parsed. |
| 47 | + |
| 48 | +.. |
| 49 | +
|
| 50 | +.. date: 2025-05-28-15-53-27 |
| 51 | +.. gh-issue: 128840 |
| 52 | +.. nonce: Nur2pB |
| 53 | +.. section: Library |
| 54 | +
|
| 55 | +Fix parsing long IPv6 addresses with embedded IPv4 address. |
| 56 | + |
| 57 | +.. |
| 58 | +
|
| 59 | +.. date: 2025-05-15-14-27-01 |
| 60 | +.. gh-issue: 134062 |
| 61 | +.. nonce: fRbJet |
| 62 | +.. section: Library |
| 63 | +
|
| 64 | +:mod:`ipaddress`: fix collisions in :meth:`~object.__hash__` for |
| 65 | +:class:`~ipaddress.IPv4Network` and :class:`~ipaddress.IPv6Network` objects. |
| 66 | + |
| 67 | +.. |
| 68 | +
|
| 69 | +.. date: 2024-08-28-13-03-36 |
| 70 | +.. gh-issue: 123409 |
| 71 | +.. nonce: lW0YF- |
| 72 | +.. section: Library |
| 73 | +
|
| 74 | +Fix :attr:`ipaddress.IPv6Address.reverse_pointer` output according to |
| 75 | +:rfc:`RFC 3596, §2.5 <3596#section-2.5>`. Patch by Bénédikt Tran. |
| 76 | + |
| 77 | +.. |
| 78 | +
|
| 79 | +.. bpo: 43633 |
| 80 | +.. date: 2021-10-31-16-06-28 |
| 81 | +.. nonce: vflwXv |
| 82 | +.. section: Library |
| 83 | +
|
| 84 | +Improve the textual representation of IPv4-mapped IPv6 addresses |
| 85 | +(:rfc:`4291` Sections 2.2, 2.5.5.2) in :mod:`ipaddress`. Patch by Oleksandr |
| 86 | +Pavliuk. |
| 87 | + |
| 88 | +.. |
| 89 | +
|
| 90 | +.. bpo: 25264 |
| 91 | +.. date: 2021-04-08-22-11-27 |
| 92 | +.. nonce: b33fa0 |
| 93 | +.. section: Library |
| 94 | +
|
| 95 | +:func:`os.path.realpath` now accepts a *strict* keyword-only argument. When |
| 96 | +set to ``True``, :exc:`OSError` is raised if a path doesn't exist or a |
| 97 | +symlink loop is encountered. |
0 commit comments