Fix accidental over-modelling of k8s Secret DeepCopy

This commit is contained in:
Owen Mansel-Chan
2023-02-17 14:47:52 +00:00
parent c1a7d7f825
commit f6dc9e2a35

View File

@@ -23,7 +23,7 @@ module K8sIoApiCoreV1 {
}
override predicate hasTaintFlow(FunctionInput inp, FunctionOutput outp) {
inp.isReceiver() and outp = outp
inp.isReceiver() and outp = output
}
}