Files
codeql/java/ql/test/query-tests/security/CWE-681/semmle/tests/NumericCastTaintedLocal.expected
Anders Schack-Mulligen deb61d6f29 Java: Update test output.
2018-11-16 13:48:50 +01:00

5 lines
356 B
Plaintext

edges
| Test.java:11:28:11:36 | System.in [InputStream] | Test.java:21:22:21:25 | data |
#select
| Test.java:21:17:21:25 | (...)... | Test.java:11:28:11:36 | System.in [InputStream] | Test.java:21:22:21:25 | data | $@ flows to here and is cast to a narrower type, potentially causing truncation. | Test.java:11:28:11:36 | System.in | User-provided value |