Currently ZipTransformer allows files to be written outside their working directory.
A user should have the ability to set a keepWorkingDirectory flag that if true the transformer would throw an exception when the file location would deposit the file outside the working directory i.e. (.. or /). The default for the flag is false.
Currently ZipTransformer allows files to be written outside their working directory.
A user should have the ability to set a keepWorkingDirectory flag that if true the transformer would throw an exception when the file location would deposit the file outside the working directory i.e. (
..or/). The default for the flag is false.