mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
add explicit this to all member calls
This commit is contained in:
@@ -5,7 +5,7 @@ class CheckPathSanitizerGuard extends TaintTracking::SanitizerGuardNode, DataFlo
|
||||
|
||||
override predicate sanitizes(boolean outcome, Expr e) {
|
||||
outcome = true and
|
||||
e = getArgument(0).asExpr()
|
||||
e = this.getArgument(0).asExpr()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user