You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dholth
changed the title
"tarslip" check (does not extract outside of path) is case sensitive on Windows
"tarslip" check (does not extract outside of base directory) is case sensitive on Windows
Nov 18, 2022
Checklist
What happened?
On Windows, if you are in "c:" (lowercase c) you may not be able to extract, as the check wants you to be in "C:" (uppercase C). https://github.com/conda/conda-package-streaming/blob/main/conda_package_streaming/extract.py#L40
Could switch to os.path.commonprefix() e.g. more similar to https://github.com/conda/conda-pack/pull/242/files
The text was updated successfully, but these errors were encountered: