mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackingImpl.qll
This commit is contained in:
@@ -318,7 +318,7 @@ module TypeTrackingInput implements Shared::TypeTrackingInput<Location> {
|
||||
capturedJumpStep(nodeFrom, nodeTo)
|
||||
}
|
||||
|
||||
predicate hasFeatureBacktrackStoreTarget() { none() }
|
||||
predicate hasFeatureBacktrackStoreTarget() { any() }
|
||||
|
||||
predicate nonStandardFlowsTo(LocalSourceNode localSource, Node dst) { localSource.flowsTo(dst) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user