mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
555 B
555 B
0.1.0
Major Analysis Improvements
- Added support for type-based call edge pruning. This removes data flow call edges that are incompatible with the set of flow paths that reach it based on type information. This improves dispatch precision for constructs like lambdas,
Object.toString()calls, and the visitor pattern. For now this is only enabled for Java and C#.
Minor Analysis Improvements
- The
isBarrierInandisBarrierOutpredicates inDataFlow::StateConfigSignow have overloaded variants that block a specificFlowState.