mirror of
https://github.com/github/codeql.git
synced 2026-04-03 14:18:17 +02:00
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:
@@ -119,6 +119,8 @@ public class ArithmeticTainted {
|
||||
test2(data);
|
||||
test3(data);
|
||||
test4(data);
|
||||
boundsCheckGood(null, data, 5);
|
||||
boundsCheckGood2(null, data, 5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user