mirror of
https://github.com/github/codeql.git
synced 2026-04-12 10:34:02 +02:00
500 B
500 B
2.1.0
New Features
- Two new flow features
FeatureEscapesSourceCallContextandFeatureEscapesSourceCallContextOrEqualSourceSinkCallContexthave been added. The former implies that the sink must be reached from the source by escaping the source call context, that is, flow must either return from the callable containing the source or use a jump-step before reaching the sink. The latter is the disjunction of the former and the existingFeatureEqualSourceSinkCallContextflow feature.