Skip to content

Commit 3d5192d

Browse files
committed
Python: Fix typos
1 parent a30f697 commit 3d5192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module ReflectedXSS {
5959
class HtmlEscapingAsSanitizer extends Sanitizer {
6060
HtmlEscapingAsSanitizer() {
6161
// TODO: For now, since there is not an `isSanitizingStep` member-predicate part of a
62-
// `TaintTracking::Configuration`, we use treat the output is a taint-sanitizer. This
62+
// `TaintTracking::Configuration`, we treat the output as a taint-sanitizer. This
6363
// is slightly imprecise, which you can see in the `m_unsafe + SAFE` test-case in
6464
// python/ql/test/library-tests/frameworks/markupsafe/taint_test.py
6565
//

0 commit comments

Comments
 (0)