mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Update python/ql/src/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -562,8 +562,8 @@ class DataFlowLambda extends DataFlowCallable, TLambda {
|
||||
|
||||
override string getName() { result = "Lambda callable" }
|
||||
|
||||
override CallableValue getCallableValue() {
|
||||
result.(FunctionValue).getOrigin().getNode() = lambda.getDefinition()
|
||||
override FunctionValue getCallableValue() {
|
||||
result.getOrigin().getNode() = lambda.getDefinition()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user