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.
not
1 parent 5042c80 commit e54ada1Copy full SHA for e54ada1
1 file changed
python/ql/lib/semmle/python/ApiGraphs.qll
@@ -721,7 +721,7 @@ module API {
721
DataFlow::LocalSourceNode trackUseNode(DataFlow::LocalSourceNode src) {
722
Stages::TypeTracking::ref() and
723
result = trackUseNode(src, DataFlow::TypeTracker::end()) and
724
- not result instanceof DataFlow::ModuleVariableNode
+ result instanceof DataFlow::ExprNode
725
}
726
727
/**
0 commit comments