зеркало из https://github.com/github/codeql.git
532 B
532 B
lgtm,codescanning
- The predicates
StepSummary::step
andTypeTracker::step
inTypeTracker.qll
have been changed to use the more restrictive typeLocalSourceNode
for their second argument. For cases where stepping between non-LocalSourceNode
s is required, theStepSummary::smallstep
predicate may be used instead. - The methods
Node::track
andNode::backtrack
have been moved to the classLocalSourceNode
. If the old behavior is required, one can useLocalSourceNode::flowsTo
to add back the missing flow.