Skip to content

Commit 38250b0

Browse files
committed
Remove unnecessary implicit read step
1 parent 522a4bb commit 38250b0

File tree

1 file changed

+0
-8
lines changed
  • java/ql/test/library-tests/frameworks/android/notification

1 file changed

+0
-8
lines changed

java/ql/test/library-tests/frameworks/android/notification/test.ql

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,3 @@ class SummaryModelTest extends SummaryModelCsv {
1111
]
1212
}
1313
}
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

Comments
 (0)