Skip to content

Commit a312ea2

Browse files
committed
Allow MaD sanitizers for java/android/sensitive-notification
1 parent 555a202 commit a312ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ private module NotificationTrackingConfig implements DataFlow::ConfigSig {
1414

1515
predicate isSink(DataFlow::Node sink) { sinkNode(sink, "notification") }
1616

17+
predicate isBarrier(DataFlow::Node node) { barrierNode(node, "notification") }
18+
1719
predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet c) {
1820
isSink(node) and exists(c)
1921
}

0 commit comments

Comments
 (0)