| category | minorAnalysis |
|---|
- The
java/path-injectionandjava/zipslipqueries now recognizePath.toRealPath()as a path normalization sanitizer, consistent with the existing treatment ofPath.normalize()andFile.getCanonicalPath(). This reduces false positives for code that uses the NIO.2 API for path canonicalization.