mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Replace allowImplicitRead with default implementation
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user