Files
codeql/java/ql/test/query-tests
MarkLee131 0c5e89a68e Exclude bounds-check arithmetic from tainted-arithmetic sinks
The java/tainted-arithmetic query now recognizes when an arithmetic
expression appears directly as an operand of a comparison (e.g.,
`if (off + len > array.length)`). Such expressions are bounds checks,
not vulnerable computations, and are excluded via the existing
overflowIrrelevant predicate.

Add test cases for bounds-checking patterns that should not be flagged.
2026-03-28 17:39:40 +08:00
..
2019-06-27 13:20:03 +02:00
2018-10-25 14:30:40 +02:00
2024-04-09 12:41:32 -04:00
2021-03-21 12:55:25 -04:00
2022-10-03 14:43:58 +02:00