We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1087087 commit 8c5ca3fCopy full SHA for 8c5ca3f
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll
@@ -30,7 +30,7 @@ newtype TNode =
30
or
31
node.getNode() instanceof Pattern
32
33
- node = any(ScopeEntryDefinition def).getDefiningNode()
+ node = any(ScopeEntryDefinition def | not def.getScope() instanceof Module).getDefiningNode()
34
} or
35
/**
36
* A synthetic node representing the value of an object before a state change.
0 commit comments