mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02:00
This is realised by somewhat generalising our interfaces for modelling RNGs. We also add tests for randomness-related queries that didn't have any, and addtest cases checking the Apache random-number generators are interchangeable with the stdlib ones.
8 lines
502 B
Plaintext
8 lines
502 B
Plaintext
edges
|
|
| Test.java:105:16:105:16 | 0 : Number | Test.java:107:27:107:30 | size |
|
|
nodes
|
|
| Test.java:105:16:105:16 | 0 : Number | semmle.label | 0 : Number |
|
|
| Test.java:107:27:107:30 | size | semmle.label | size |
|
|
#select
|
|
| Test.java:110:30:110:30 | 0 | Test.java:105:16:105:16 | 0 : Number | Test.java:107:27:107:30 | size | The $@ is accessed here, but the array is initialized using $@ which may be zero. | Test.java:107:19:107:31 | new int[] | array | Test.java:105:16:105:16 | 0 | literal value 0 |
|