ZIP use case
ZIP Beispieldatei fuer Archive Extraction
Validate extraction depth, nested directory handling, manifest inspection, and corruption recovery with real ZIP fixtures.
997 B
Manifest-JSON
SHA256
Starter file
Download
zip_upload_validation_pack.zip
Checklist
Testing Steps
- Verify nested directories, long paths, and duplicate-name handling before extract.
- Confirm unzip and manifest inspection succeed on valid archives and fail cleanly on truncated ones.
- Measure extraction time and storage growth on 100MB and 250MB ZIP inputs.
Companion fixtures
Related Variants
zip_nested_directories_edge_case.zip
Herunterladenzip_long_path_bundle_sample.zip
Herunterladenzip_sample_file_100MB.zip
Herunterladenzip_truncated_edge_case.zip
HerunterladenNext steps