Skip to content

Commit d735b35

Browse files
committed
C++: Fix implict this QL-for-QL warning
1 parent 1b0b407 commit d735b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Security/CWE/CWE-022/TaintedPath.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class TaintedPathConfiguration extends TaintTracking::Configuration {
7474
)
7575
}
7676

77-
override predicate isSanitizerIn(DataFlow::Node node) { isSource(node) }
77+
override predicate isSanitizerIn(DataFlow::Node node) { this.isSource(node) }
7878
}
7979

8080
from

0 commit comments

Comments
 (0)