Skip to content

Commit

Permalink
Re-add allowImplicitRead
Browse files Browse the repository at this point in the history
  • Loading branch information
egregius313 committed Apr 6, 2023
1 parent cac00b6 commit 889a974
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 889a974

Please sign in to comment.