Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a7d7f commit f6dc9e2Copy full SHA for f6dc9e2
1 file changed
go/ql/lib/semmle/go/frameworks/K8sIoApiCoreV1.qll
@@ -23,7 +23,7 @@ module K8sIoApiCoreV1 {
23
}
24
25
override predicate hasTaintFlow(FunctionInput inp, FunctionOutput outp) {
26
- inp.isReceiver() and outp = outp
+ inp.isReceiver() and outp = output
27
28
29
0 commit comments