Description
Reads and writes POSIX tar archives from Ruby without requiring a separate tar command. It is useful for packaging, backups, installers, test fixtures, and tools that need archive handling in code.
Archives from untrusted sources can contain path traversal, huge files, or dangerous metadata. Sanitize paths and apply size limits before extracting content.