mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Fix accidental over-modelling of k8s Secret DeepCopy
This commit is contained in:
@@ -23,7 +23,7 @@ module K8sIoApiCoreV1 {
|
||||
}
|
||||
|
||||
override predicate hasTaintFlow(FunctionInput inp, FunctionOutput outp) {
|
||||
inp.isReceiver() and outp = outp
|
||||
inp.isReceiver() and outp = output
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user