Skip to content

Commit

Permalink
fix: use the 'tar' filter to remove warnings
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <[email protected]>
  • Loading branch information
davidfestal committed Nov 13, 2023
1 parent 137d578 commit 169e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install-dynamic-plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def main():
if not realpath.startswith(directoryRealpath):
raise InstallException('NPM package archive contains a link outside of the archive: ' + member.name + ' -> ' + member.linkpath)

file.extract(member, path=directory)
file.extract(member, path=directory, filter='tar')
else:
if member.type == tarfile.CHRTYPE:
type_str = "character device"
Expand Down

0 comments on commit 169e12d

Please sign in to comment.