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 815671f commit 96ca4cfCopy full SHA for 96ca4cf
javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll
@@ -827,7 +827,7 @@ module TaintTracking {
827
override predicate appliesTo(Configuration cfg) { any() }
828
}
829
830
- /** A check of the form `type x === "undefined`, which sanitized `x` in its "then" branch. */
+ /** A check of the form `type x === "undefined"`, which sanitized `x` in its "then" branch. */
831
class TypeOfCheck extends AdditionalSanitizerGuardNode, DataFlow::ValueNode {
832
Expr x;
833
override EqualityTest astNode;
0 commit comments