We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30f697 commit 3d5192dCopy full SHA for 3d5192d
python/ql/lib/semmle/python/security/dataflow/ReflectedXSSCustomizations.qll
@@ -59,7 +59,7 @@ module ReflectedXSS {
59
class HtmlEscapingAsSanitizer extends Sanitizer {
60
HtmlEscapingAsSanitizer() {
61
// 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
+ // `TaintTracking::Configuration`, we treat the output as a taint-sanitizer. This
63
// is slightly imprecise, which you can see in the `m_unsafe + SAFE` test-case in
64
// python/ql/test/library-tests/frameworks/markupsafe/taint_test.py
65
//
0 commit comments