8000 gh-99889: Fix directory traversal security flaw in uu.decode() by samcarroll42 · Pull Request #104096 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99889: Fix directory traversal security flaw in uu.decode() #104096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ReSTify the news entry.
  • Loading branch information
gpshead authored May 9, 2023
commit ee098389db7e4d6a25397ea6e27f8d2057486010
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Fixed a security in flaw in the uu.decode() function that could allow for directory traversal.
Fixed a security in flaw in :func:`uu.decode` that could allow for
directory traversal based on the input if no ``out_file`` was specified.
0