mirror of
https://github.com/github/codeql.git
synced 2026-01-15 15:34:49 +01:00
15 lines
559 B
Plaintext
15 lines
559 B
Plaintext
/** DEPRECATED. Import `CleartextLoggingQuery` instead. */
|
|
|
|
private import python
|
|
private import semmle.python.dataflow.new.DataFlow
|
|
private import semmle.python.dataflow.new.TaintTracking
|
|
private import semmle.python.Concepts
|
|
private import semmle.python.dataflow.new.RemoteFlowSources
|
|
private import semmle.python.dataflow.new.BarrierGuards
|
|
private import semmle.python.dataflow.new.SensitiveDataSources
|
|
|
|
/** DEPRECATED. Import `CleartextLoggingQuery` instead. */
|
|
deprecated module CleartextLogging {
|
|
import CleartextLoggingQuery // ignore-query-import
|
|
}
|