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 11/**
22 * 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`.
49 */
510
611import java
712
13+ /**
14+ * Provides classes for performing local (intra-procedural) and
15+ * global (inter-procedural) data flow analyses (for internal use only).
16+ */
817module DataFlowForSerializability {
918 import semmle.code.java.dataflow.internal.DataFlowImplForSerializability
1019}
You can’t perform that action at this time.
0 commit comments