Replace allowImplicitRead with default implementation

This commit is contained in:
Ed Minnix
2023-04-05 13:52:26 -04:00
parent ea54ea47b1
commit 74b71ff7e3

View File

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