Class DisabledZipSecurity

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMaxEntriesCount()
      Max entries count expected in a zip file, fail zip open if the limit exceeds.
      boolean isInSubDirectory​(java.io.File baseDir, java.io.File file)
      Check if a file will be inside baseDir after a system resolves its path
      boolean isValidEntry​(IZipEntry entry)
      Check if zip entry is valid and safe to process
      boolean isValidEntryName​(java.lang.String entryName)
      Check if the zip entry name is valid.
      boolean useLimitedDataStream()
      Use limited InputStream for entry uncompressed data
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait