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

enhancement: apply tar filters when using python 3.12 or above #3124

Merged
merged 9 commits into from
Jun 5, 2024

Conversation

MthwRobinson
Copy link
Contributor

Summary

Applies tar filters when using Python 3.12 or above. This was added to the Python tarfile library in 3.12 and guards against malicious content being extracted from .tar.gz files.

Testing

Added smoke test. If this passes for all Python versions, we're good.

@MthwRobinson MthwRobinson added this pull request to the merge queue Jun 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 5, 2024
@MthwRobinson MthwRobinson added this pull request to the merge queue Jun 5, 2024
Merged via the queue into main with commit 0e16bf4 Jun 5, 2024
46 checks passed
@MthwRobinson MthwRobinson deleted the fix/filter-tars branch June 5, 2024 19:05
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.

3 participants