| Class | Description |
|---|---|
| SafeZipEntry |
SafeZipEntry class that prevents Zip Slip vulnerability by disallowing ZipEntries with names that target outside
directory, eg.
|
| SafeZipInputStream |
SafeZipInputStream extends ZipInputStream and replaces ZipEntry with SafeZipEntry that mitigates Zip slip
vulnerability.
|
| Exception | Description |
|---|---|
| UnsupportedZipEntryException |
Thrown in case zip entries with names that target outside the directory appears (so called Zip Slip vulnerability)
|
Copyright © 2018. All rights reserved.