]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 May 2023 10:39:26 +0000 (03:39 -0700)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 10:39:26 +0000 (12:39 +0200)
commit47ec96a11e3a208c89f025c97fa149201e56aaf0
tree07715fdf2715bd8f762857550c063f3aec03281d
parent79e63e528795c700a8bd198c15f3322ee25ea786
[3.8] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104332)

(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]