mirror of
https://github.com/github/codeql.git
synced 2026-01-03 01:30:19 +01:00
Update python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -1385,7 +1385,7 @@ private predicate sameEnclosingCallable(Node node1, Node node2) {
|
||||
// =============================================================================
|
||||
newtype TDataFlowCall =
|
||||
TNormalCall(CallNode call, Function target, CallType type) { resolveCall(call, target, type) } or
|
||||
/** A call to the generated function inside a comprhension */
|
||||
/** A call to the generated function inside a comprehension */
|
||||
TComprehensionCall(Comp c) or
|
||||
TPotentialLibraryCall(CallNode call) or
|
||||
/** A synthesized call inside a summarized callable */
|
||||
|
||||
Reference in New Issue
Block a user