We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0227b94 commit 03b7c5eCopy full SHA for 03b7c5e
ruby/ql/lib/codeql/ruby/security/XpathInjectionQuery.qll
@@ -18,7 +18,7 @@ class Configuration extends TaintTracking::Configuration {
18
19
override predicate isSource(DataFlow::Node source) { source instanceof Source }
20
21
- override predicate isSink(DataFlow::Node source) { source instanceof Sink }
+ override predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
22
23
override predicate isSanitizer(DataFlow::Node node) { node instanceof Sanitizer }
24
}
0 commit comments