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.
1 parent af08c6e commit e5f0875Copy full SHA for e5f0875
1 file changed
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatchPointsTo.qll
@@ -786,7 +786,7 @@ private module OutNodes {
786
class ExprOutNode extends OutNode, ExprNode {
787
private DataFlowCall call;
788
789
- ExprOutNode() { call.(DataFlowSourceCall).getNode().getNode() = this.asExpr() }
+ ExprOutNode() { call.(DataFlowSourceCall).getNode() = this.getNode() }
790
791
override DataFlowCall getCall(ReturnKind kind) {
792
result = call and
0 commit comments