Skip to content

Commit 74b71ff

Browse files
committed
Replace allowImplicitRead with default implementation
1 parent ea54ea4 commit 74b71ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/ql/lib/semmle/code/java/security/SensitiveResultReceiverQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ private module SensitiveResultReceiverConfig implements DataFlow::ConfigSig {
4040
node.asExpr() = call.getSentData()
4141
)
4242
}
43-
44-
predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet c) { isSink(node) }
4543
}
4644

4745
module SensitiveResultReceiverFlow = TaintTracking::Global<SensitiveResultReceiverConfig>;

0 commit comments

Comments
 (0)