mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
451 B
451 B
0.2.4
Minor Analysis Improvements
- Path explanations now include flow that goes through callbacks passed into library functions. For example, if
mapis a library function, then inresult = map(xs, x => x + 1)we will now include the step fromxtox + 1in the path explanation, instead of going directly fromxstoresult. Note that this change does not affect actual query results, but only how path explanations are computed.