Files
codeql/java/ql/lib
Chris Smowton 96f3ea460f Make varargs extraction more Java-like:
* Extract varargs as if they are ordinary positional arguments
* Adapt the QL that distinguishes varargs from ordinary arguments to account for Kotlin's varargs which can occur in the middle of the arg list
* Add a test checking dataflow through varargs which doesn't work yet due to array-get and array-set not being extracted as IndexExprs
* Extract the special case arrayOf(*x) as a clone call, which is (equivalent to) the Java lowering of that operation
2022-05-10 19:51:17 +01:00
..
2022-03-21 11:51:36 +00:00
2022-04-28 14:14:19 +02:00
2021-08-19 14:09:35 -07:00
2021-08-20 20:01:29 -07:00
2022-05-10 18:46:01 +01:00
2021-08-19 14:09:35 -07:00
2022-02-02 13:30:45 +01:00