Skip to content

fix: Protect against Zip file contents that contain members outside of cwd.

Matt requested to merge issue-252 into main

Check contents of ZIP file contents when uploading module versions, ensuring all members are within the root of the upload. This protects against mailicious zip files containing members that could replace files on the system.

Issue #252

Merge request reports