Description
Reads and writes ZIP archives from Ruby code. It is useful for importers, exporters, backups, document packages, installers, and tools that need archive handling without shelling out.
ZIP files from untrusted sources can contain path traversal, zip bombs, or misleading filenames. Validate paths and sizes before extracting content.