mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01: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