mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
13 lines
853 B
Plaintext
13 lines
853 B
Plaintext
edges
|
|
| Test.java:10:17:10:24 | "123456" : String | Test.java:26:17:26:20 | pass |
|
|
| User.java:2:43:2:50 | "123456" : String | User.java:5:15:5:24 | DEFAULT_PW |
|
|
nodes
|
|
| Test.java:10:17:10:24 | "123456" : String | semmle.label | "123456" : String |
|
|
| Test.java:26:17:26:20 | pass | semmle.label | pass |
|
|
| User.java:2:43:2:50 | "123456" : String | semmle.label | "123456" : String |
|
|
| User.java:5:15:5:24 | DEFAULT_PW | semmle.label | DEFAULT_PW |
|
|
subpaths
|
|
#select
|
|
| Test.java:10:17:10:24 | "123456" | Test.java:10:17:10:24 | "123456" : String | Test.java:26:17:26:20 | pass | Hard-coded value flows to $@. | Test.java:26:17:26:20 | pass | sensitive call |
|
|
| User.java:2:43:2:50 | "123456" | User.java:2:43:2:50 | "123456" : String | User.java:5:15:5:24 | DEFAULT_PW | Hard-coded value flows to $@. | User.java:5:15:5:24 | DEFAULT_PW | sensitive call |
|