mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
7 lines
354 B
Plaintext
7 lines
354 B
Plaintext
// TODO: this should be promoted to be a REAL consistency query by being placed in
|
|
// `python/ql/consistency-queries`. For for now it resides here.
|
|
import python
|
|
import semmle.python.dataflow.new.DataFlow::DataFlow
|
|
import semmle.python.dataflow.new.internal.DataFlowPrivate
|
|
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
|