| category | minorAnalysis |
|---|
- The
java/zipslipquery now excludes read-only file operations from its sinks. Previously, it reused the fullpath-injectionsink set, which includes read-only operations such asClassLoader.getResource(),FileInputStream, andFile.exists(). Since Zip Slip specifically targets file extraction (write) vulnerabilities, these read-only sinks are no longer considered, reducing false positives.