Python: ReflectedXSS -> ReflectedXss for new Query file

So we stick to the naming conventions.

This rename is OK, since the new file was only just introduced in this
PR.
This commit is contained in:
Rasmus Wriedt Larsen
2022-03-21 16:12:38 +01:00
parent 695553ba9f
commit b8dee25cce
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import semmle.python.dataflow.new.TaintTracking
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */
deprecated module ReflectedXss {
import ReflectedXSSQuery // ignore-query-import
import ReflectedXssQuery // ignore-query-import
}
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */

View File

@@ -14,7 +14,7 @@
*/
import python
import semmle.python.security.dataflow.ReflectedXSSQuery
import semmle.python.security.dataflow.ReflectedXssQuery
import DataFlow::PathGraph
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink