Files
codeql/java/ql/test/query-tests/security/CWE-190/semmle/tests/ArithmeticUncontrolled.expected
2018-08-30 10:48:05 +01:00

3 lines
362 B
Plaintext

| Test.java:209:17:209:24 | ... + ... | $@ flows to here and is used in arithmetic, potentially causing an overflow. | Test.java:205:14:205:57 | nextInt(...) | Uncontrolled value |
| Test.java:240:37:240:46 | ... + ... | $@ flows to here and is used in arithmetic, potentially causing an overflow. | Test.java:205:14:205:57 | nextInt(...) | Uncontrolled value |