| category | minorAnalysis |
|---|
- The
java/tainted-arithmeticquery no longer flags arithmetic expressions that are used directly as an operand of a comparison inif-condition bounds-checking patterns. For example,if (off + len > array.length)is now recognized as a bounds check rather than a potentially vulnerable computation, reducing false positives.