Re-add allowImplicitRead

This commit is contained in:
Ed Minnix
2023-04-06 17:28:32 -04:00
parent 74b71ff7e3
commit 3826b9be6c

View File

@@ -40,6 +40,8 @@ private module SensitiveResultReceiverConfig implements DataFlow::ConfigSig {
node.asExpr() = call.getSentData()
)
}
predicate allowImplicitRead(DataFlow::Node n, DataFlow::ContentSet c) { isSink(n) and exists(c) }
}
module SensitiveResultReceiverFlow = TaintTracking::Global<SensitiveResultReceiverConfig>;