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
It's a common security issue with many archive packages that if the path within the archive is specified as ../../../something.txt you can accidently overwrite files outside of your working directory.
Does this library protect against that? If not, how can I manually specify where to write the output?
With the zipfile library I generally solve it like this:
It's a common security issue with many archive packages that if the path within the archive is specified as
../../../something.txt
you can accidently overwrite files outside of your working directory.Does this library protect against that? If not, how can I manually specify where to write the output?
With the
zipfile
library I generally solve it like this:The text was updated successfully, but these errors were encountered: