Skip to content

Commit e46722f

Browse files
authored
Update python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackingImpl.qll
1 parent 22d621c commit e46722f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackingImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ module TypeTrackingInput implements Shared::TypeTrackingInput<Location> {
318318
capturedJumpStep(nodeFrom, nodeTo)
319319
}
320320

321-
predicate hasFeatureBacktrackStoreTarget() { none() }
321+
predicate hasFeatureBacktrackStoreTarget() { any() }
322322

323323
predicate nonStandardFlowsTo(LocalSourceNode localSource, Node dst) { localSource.flowsTo(dst) }
324324
}

0 commit comments

Comments
 (0)