Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LibraryLambdaMethod
1 parent 17a0029 commit 453ab9cCopy full SHA for 453ab9c
1 file changed
python/ql/lib/semmle/python/dataflow/new/FlowSummary.qll
@@ -96,9 +96,7 @@ private module LibraryCallbackSummaries {
96
LibraryLambdaMethod() { this = "<library method accepting a callback>" }
97
98
final override CallCfgNode getACall() {
99
- exists(ExtractedDataFlowCall call | result.getNode() = call.getNode() |
100
- not exists(call.getCallable())
101
- )
+ not exists(NormalCall call | result.getNode() = call.getNode())
102
}
103
104
final override ArgumentNode getACallback() { none() }
0 commit comments