-
Notifications
You must be signed in to change notification settings - Fork 125
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
main: filter out malicious files when extracting tar archives #609
Conversation
https://build.opensuse.org/request/show/1085246 by user mcepl + dimstar_suse - Renamed patches support-pip-23.patch and support-tarfile-data-filter.patch to 589-colorized-pip23.patch (gh#pypa/build#589) and 609-filter-out-malicious.patch (gh#pypa/build#609), respectively. - Add patch support-pip-23.patch: * pip 23 also colorizes output, confusing the test. - Add patch support-tarfile-data-filter.patch: * Set tarfile.data_filter if available.
7e65e7c
to
155efd8
Compare
Note that this is a behaviour change -- though I'd argue it's a minor one. See discussion on the |
155efd8
to
d70c38a
Compare
Thank you - I think build being a development tool is better positioned than pip to trial the |
FWIW, I'm proposing a PEP on this: https://discuss.python.org/t/28928 |
See https://peps.python.org/pep-0706/.