Skip to content

Commit 3826b9b

Browse files
committed
Re-add allowImplicitRead
1 parent 74b71ff commit 3826b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)