]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104333)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 May 2023 07:04:28 +0000 (00:04 -0700)
committerGitHub <noreply@github.com>
Sat, 27 May 2023 07:04:28 +0000 (03:04 -0400)
commit1ce801b81ce63867ce382f6e9f56873a844c2bc6
tree633444662f5fa349b216359089b6156ddd51a538
parent4e2dd0c3626649224b87b757a292959d94152a00
[3.7] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104333)

(cherry picked from commit 0aeda297931820436a50b78f4f7f0597274b5df4)
Co-authored-by: Sam Carroll <70000253+samcarroll42@users.noreply.github.com>
Lib/test/test_uu.py
Lib/uu.py [changed mode: 0755->0644]
Misc/NEWS.d/next/Security/2023-05-02-17-56-32.gh-issue-99889.l664SU.rst [new file with mode: 0644]