mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
add missing quote
This commit is contained in:
@@ -827,7 +827,7 @@ module TaintTracking {
|
||||
override predicate appliesTo(Configuration cfg) { any() }
|
||||
}
|
||||
|
||||
/** 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. */
|
||||
class TypeOfCheck extends AdditionalSanitizerGuardNode, DataFlow::ValueNode {
|
||||
Expr x;
|
||||
override EqualityTest astNode;
|
||||
|
||||
Reference in New Issue
Block a user