Skip to content
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

Avoid creating directories outside of target #4

Open
wants to merge 1 commit into
base: edera
Choose a base branch
from

Conversation

charliermarsh
Copy link

Summary

This is a port of alexcrichton/tar-rs#259 which was later ported to async-tar in dignifiedquire#24. The goal is to avoid allowing archives to create directories outside of the target path by deferring the creation of directories.

charliermarsh added a commit to astral-sh/uv that referenced this pull request Feb 3, 2025
## Summary

I shipped one security fix here along with several significant
performance improvements for large TAR files:

- astral-sh/tokio-tar#2
- astral-sh/tokio-tar#4
- astral-sh/tokio-tar#5

I also PR'd the security fix to `edera-dev`
(edera-dev/tokio-tar#4).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant