Class SlipAttackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.siouan.frontendgradleplugin.core.FrontendException
-
- org.siouan.frontendgradleplugin.core.archivers.SlipAttackException
-
- All Implemented Interfaces:
java.io.Serializable
public class SlipAttackException extends FrontendException
Exception thrown when an archive contains an entry that would cause writing out of the target directory (e.g. '../../evil.sh') during exploding. This vulnerability is known as the Zip Slip Vulnerability.- Since:
- 1.1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlipAttackException(java.lang.String entryName)Builds an exception with the given entry name.
-