mirror of
https://github.com/github/codeql.git
synced 2026-01-15 07:24:49 +01:00
11 lines
318 B
Plaintext
11 lines
318 B
Plaintext
/** DEPRECATED. Import `RegexInjectionQuery` instead. */
|
|
|
|
private import python
|
|
import semmle.python.dataflow.new.DataFlow
|
|
import semmle.python.dataflow.new.TaintTracking
|
|
|
|
/** DEPRECATED. Import `RegexInjectionQuery` instead. */
|
|
deprecated module RegexInjection {
|
|
import RegexInjectionQuery // ignore-query-import
|
|
}
|