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 22d621c commit e46722fCopy full SHA for e46722f
python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackingImpl.qll
@@ -318,7 +318,7 @@ module TypeTrackingInput implements Shared::TypeTrackingInput<Location> {
318
capturedJumpStep(nodeFrom, nodeTo)
319
}
320
321
- predicate hasFeatureBacktrackStoreTarget() { none() }
+ predicate hasFeatureBacktrackStoreTarget() { any() }
322
323
predicate nonStandardFlowsTo(LocalSourceNode localSource, Node dst) { localSource.flowsTo(dst) }
324
0 commit comments