File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
java/ql/src/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Provides classes for performing local (intra-procedural) and
3
- * global (inter-procedural) data flow analyses.
3
+ * global (inter-procedural) data flow analyses (for internal use only).
4
+ *
5
+ * This copy of the library is exclusively for use by `Serializability.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 `AdditionalTaintStep`.
4
9
*/
5
10
6
11
import java
7
12
13
+ /**
14
+ * Provides classes for performing local (intra-procedural) and
15
+ * global (inter-procedural) data flow analyses (for internal use only).
16
+ */
8
17
module DataFlowForSerializability {
9
18
import semmle.code.java.dataflow.internal.DataFlowImplForSerializability
10
19
}
You can’t perform that action at this time.
0 commit comments