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.
1 parent 522a4bb commit 38250b0Copy full SHA for 38250b0
java/ql/test/library-tests/frameworks/android/notification/test.ql
@@ -11,11 +11,3 @@ class SummaryModelTest extends SummaryModelCsv {
11
]
12
}
13
14
-
15
-class NotificationsTaintFlowConf extends DefaultTaintFlowConf {
16
- override predicate allowImplicitRead(DataFlow::Node node, DataFlow::Content c) {
17
- super.allowImplicitRead(node, c)
18
- or
19
- allowIntentExtrasImplicitRead(node, c)
20
- }
21
-}
0 commit comments