Skip to content

Commit f6dc9e2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)