Update java/ql/test/query-tests/security/CWE-190/semmle/tests/ArithmeticTainted.java

Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
Kaixuan Li
2026-03-29 10:25:10 +08:00
committed by GitHub
parent 0c5e89a68e
commit f5cfc5e282

View File

@@ -119,6 +119,8 @@ public class ArithmeticTainted {
test2(data);
test3(data);
test4(data);
boundsCheckGood(null, data, 5);
boundsCheckGood2(null, data, 5);
}
}