Package com.hybris.cockpitng.util.zip
Class UnsupportedZipEntryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hybris.cockpitng.util.zip.UnsupportedZipEntryException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedZipEntryException extends java.lang.RuntimeExceptionThrown in case zip entries with names that target outside the directory appears (so called Zip Slip vulnerability)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedZipEntryException(java.lang.String entryName)UnsupportedZipEntryException(java.lang.Throwable cause)
-