Files
codeql/java/ql/lib/change-notes/2026-03-28-tainted-arithmetic-bounds-check.md

363 B

category
category
minorAnalysis
  • The java/tainted-arithmetic query no longer flags arithmetic expressions that are used directly as an operand of a comparison in if-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.