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 cca675a commit 56dab25Copy full SHA for 56dab25
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
@@ -171,6 +171,7 @@ module EssaFlow {
171
// see `with_flow` in `python/ql/src/semmle/python/dataflow/Implementation.qll`
172
with.getContextExpr() = contextManager.getNode() and
173
with.getOptionalVars() = var.getNode() and
174
+ not with.isAsync() and
175
contextManager.strictlyDominates(var)
176
)
177
or
0 commit comments