Skip to content

Commit d9d9ad7

Browse files
committed
Use dedicated instance of DataFlow
1 parent aef63f6 commit d9d9ad7

File tree

3 files changed

+4677
-2
lines changed

3 files changed

+4677
-2
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/**
2+
* Provides classes for performing local (intra-procedural) and
3+
* global (inter-procedural) data flow analyses (for internal use only).
4+
*
5+
* This copy of the library is exclusively for use by `OnActivityResultSource.qll` and
6+
* related libraries. Configurations computed using this instance of the library
7+
* are in scope whenever `java.qll` is imported, and are used to compute among
8+
* other things `RemoteFlowSource`s.
9+
*/
10+
11+
import java
12+
13+
/**
14+
* Provides classes for performing local (intra-procedural) and
15+
* global (inter-procedural) data flow analyses (for internal use only).
16+
*/
17+
module DataFlowForOnActivityResult {
18+
import semmle.code.java.dataflow.internal.DataFlowImplForOnActivityResult
19+
}

0 commit comments

Comments
 (0)