Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6dc9e2

Browse files
committed
Fix accidental over-modelling of k8s Secret DeepCopy
1 parent c1a7d7f commit f6dc9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/ql/lib/semmle/go/frameworks/K8sIoApiCoreV1.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module K8sIoApiCoreV1 {
2323
}
2424

2525
override predicate hasTaintFlow(FunctionInput inp, FunctionOutput outp) {
26-
inp.isReceiver() and outp = outp
26+
inp.isReceiver() and outp = output
2727
}
2828
}
2929

0 commit comments

Comments
 (0)