Closed jannon closed 4 years ago
Thanks for submitting an issue.
Is it possible for you to send the zip artifact to me so I can replicate the issue?
Email me at
What is producing the input artifact? Is it a source action like CodeCommit or GitHub?
Hi @jannon,
that problem should be fixed in version 0.38, can you please update the plugin and try again?
It looks like the code that was added to prevent extracting files outside of the workspace in 0.36 is broken.
The following error occurs on a valid zip file build artifact:
Upon reverting to 0.35, the build step executes successfully.
My guess is that the call to
zipFile.getEntries()
returns something the author did not intend