mirror of
https://github.com/github/codeql.git
synced 2026-02-18 16:03:45 +01:00
So we stick to the naming conventions. This rename is OK, since the new file was only just introduced in this PR.
17 lines
543 B
Plaintext
17 lines
543 B
Plaintext
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */
|
|
|
|
private import python
|
|
import semmle.python.dataflow.new.DataFlow
|
|
import semmle.python.dataflow.new.TaintTracking
|
|
|
|
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */
|
|
deprecated module ReflectedXss {
|
|
import ReflectedXssQuery // ignore-query-import
|
|
}
|
|
|
|
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */
|
|
deprecated module ReflectedXSS = ReflectedXss;
|
|
|
|
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */
|
|
deprecated class ReflectedXssConfiguration = ReflectedXss::Configuration;
|