mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Update python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -46,7 +46,7 @@ predicate simpleLocalFlowStep = DataFlowPrivate::simpleLocalFlowStepForTypetrack
|
|||||||
predicate jumpStep = DataFlowPrivate::jumpStepSharedWithTypeTracker/2;
|
predicate jumpStep = DataFlowPrivate::jumpStepSharedWithTypeTracker/2;
|
||||||
|
|
||||||
/** Holds if there is a level step from `nodeFrom` to `nodeTo`, which may depend on the call graph. */
|
/** Holds if there is a level step from `nodeFrom` to `nodeTo`, which may depend on the call graph. */
|
||||||
predicate levelStepCall(Node pred, Node succ) { none() }
|
predicate levelStepCall(Node nodeFrom, Node nodeTo) { none() }
|
||||||
|
|
||||||
/** Holds if there is a level step from `nodeFrom` to `nodeTo`, which does not depend on the call graph. */
|
/** Holds if there is a level step from `nodeFrom` to `nodeTo`, which does not depend on the call graph. */
|
||||||
predicate levelStepNoCall(Node nodeFrom, Node nodeTo) { none() }
|
predicate levelStepNoCall(Node nodeFrom, Node nodeTo) { none() }
|
||||||
|
|||||||
Reference in New Issue
Block a user