ZipInputStream.getEntry() always returns null to signify that there are no more entries in the stream, so HardenedZipInputStream must account for this.
java.lang.NullPointerException
at io.github.pixee.security.ZipSecurity$HardenedZipInputStream.getNextEntry(ZipSecurity.java:56)
ZipInputStream.getEntry()always returnsnullto signify that there are no more entries in the stream, soHardenedZipInputStreammust account for this.