We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe09f2 commit cbc6bceCopy full SHA for cbc6bce
xbstrap/base.py
@@ -3191,7 +3191,7 @@ def pull_archive(cfg, subject):
3191
os.mkdir(subject.prefix_dir)
3192
with tarfile.open(subject.archive_file, "r:gz") as tar:
3193
for info in tar:
3194
- tar.extract(info, subject.prefix_dir)
+ tar.extract(info, subject.prefix_dir, filter="fully_trusted")
3195
else:
3196
# TODO: Also support packages here.
3197
raise GenericError("Unexpected subject for pull-archive")
0 commit comments