mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
239 B
239 B
0.7.3
Minor Analysis Improvements
- Flow between positional arguments and splat parameters (
*args) is now tracked more precisely. - Flow between splat arguments (
*args) and positional parameters is now tracked more precisely.