We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<archive name="etc.tar" target_dir="/etc" /> extract's into host FS.
<archive name="etc.tar" target_dir="/etc" />
The documentation correctly gives examples without the leading /, but this is still dangerous and unexpected behavior.
/
It extracts into guest FS, even if the path is absolute.
The text was updated successfully, but these errors were encountered:
Really a bad one, thanks for reporting. I'm going to fix it
Sorry, something went wrong.
After debugging I found that I fixed this problem together with the implementation in #1953
To be absolute sure I added a unit test to test the absolute path condition. So newer versions of kiwi should not have this problem
60becf9
schaefi
Successfully merging a pull request may close this issue.
Problem description
<archive name="etc.tar" target_dir="/etc" />
extract's into host FS.The documentation correctly gives examples without the leading
/
, but this is still dangerous and unexpected behavior.Expected behaviour
It extracts into guest FS, even if the path is absolute.
OS and Software information
The text was updated successfully, but these errors were encountered: