Files
codeql/java/ql/test/query-tests/security/CWE-681/semmle/tests/NumericCastTaintedLocal.expected
2019-10-04 11:09:44 +02:00

8 lines
510 B
Plaintext

edges
| Test.java:11:28:11:36 | System.in : InputStream | Test.java:21:22:21:25 | data |
nodes
| Test.java:11:28:11:36 | System.in : InputStream | semmle.label | System.in : InputStream |
| Test.java:21:22:21:25 | data | semmle.label | 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 |