We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
1 parent 1b0b407 commit d735b35Copy full SHA for d735b35
1 file changed
cpp/ql/src/Security/CWE/CWE-022/TaintedPath.ql
@@ -74,7 +74,7 @@ class TaintedPathConfiguration extends TaintTracking::Configuration {
74
)
75
}
76
77
- override predicate isSanitizerIn(DataFlow::Node node) { isSource(node) }
+ override predicate isSanitizerIn(DataFlow::Node node) { this.isSource(node) }
78
79
80
from
0 commit comments