mirror of
https://github.com/github/codeql.git
synced 2026-03-30 04:08:16 +02:00
7 lines
796 B
Plaintext
7 lines
796 B
Plaintext
edges
|
|
| Test.java:57:27:57:60 | getProperty(...) [String] | Test.java:61:31:61:34 | size |
|
|
| Test.java:57:27:57:60 | getProperty(...) [String] | Test.java:67:34:67:37 | size |
|
|
#select
|
|
| Test.java:64:34:64:34 | 0 | Test.java:57:27:57:60 | getProperty(...) [String] | Test.java:61:31:61:34 | size | The $@ is accessed here, but the array is initialized using $@ which may be zero. | Test.java:61:23:61:35 | new int[] | array | Test.java:57:27:57:60 | getProperty(...) | User-provided value |
|
|
| Test.java:70:37:70:37 | 0 | Test.java:57:27:57:60 | getProperty(...) [String] | Test.java:67:34:67:37 | size | The $@ is accessed here, but the array is initialized using $@ which may be zero. | Test.java:67:26:67:38 | new int[] | array | Test.java:57:27:57:60 | getProperty(...) | User-provided value |
|