mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
363 B
363 B
category
| 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.