Skip to content

Commit b8dee25

Browse files
committed
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.
1 parent 695553b commit b8dee25

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

python/ql/lib/semmle/python/security/dataflow/ReflectedXSS.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import semmle.python.dataflow.new.TaintTracking
66

77
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */
88
deprecated module ReflectedXss {
9-
import ReflectedXSSQuery // ignore-query-import
9+
import ReflectedXssQuery // ignore-query-import
1010
}
1111

1212
/** DEPRECATED. Import `ReflectedXSSQuery` instead. */

python/ql/src/Security/CWE-079/ReflectedXss.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
import python
17-
import semmle.python.security.dataflow.ReflectedXSSQuery
17+
import semmle.python.security.dataflow.ReflectedXssQuery
1818
import DataFlow::PathGraph
1919

2020
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink

0 commit comments

Comments
 (0)