srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2.01k stars 307 forks source link

zip4j 2.10.0 vulnerability #491

Closed KanchanDukare25 closed 1 year ago

KanchanDukare25 commented 1 year ago

Currently I am using zip4j 2.10.0 jar for my application and I am using jdk 1.8 but for that jar there is vulnerability and latest version 2.11.4 using jdk 11 . So how to resolve this issue

srikanth-lingala commented 1 year ago

What do you think zip4j 2.11.4 is using JDK 11? Source and target java versions for zip4j is Java 1.7. It should be compatible with JDK 1.8

KanchanDukare25 commented 1 year ago

Resolved