We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
java/android/sensitive-notification
1 parent 555a202 commit a312ea2Copy full SHA for a312ea2
java/ql/lib/semmle/code/java/security/SensitiveUiQuery.qll
@@ -14,6 +14,8 @@ private module NotificationTrackingConfig implements DataFlow::ConfigSig {
14
15
predicate isSink(DataFlow::Node sink) { sinkNode(sink, "notification") }
16
17
+ predicate isBarrier(DataFlow::Node node) { barrierNode(node, "notification") }
18
+
19
predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet c) {
20
isSink(node) and exists(c)
21
}
0 commit comments