]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] 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:41:30 +0000 (03:41 -0700)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 10:41:30 +0000 (12:41 +0200)
commit3d5dd1eee265ec43dd96d89656c2a1c207dd5815
tree2ec0584c1df5acf29810bfd0b51950be31d09ddf
parentb53d0ff4312cc2a67b9c5752844b140c08514648
[3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104331)

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