Skip to content

Commit a52c474

Browse files
committed
Improve docs
1 parent 75310a6 commit a52c474

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
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

611
import java
712

13+
/**
14+
* Provides classes for performing local (intra-procedural) and
15+
* global (inter-procedural) data flow analyses (for internal use only).
16+
*/
817
module DataFlowForSerializability {
918
import semmle.code.java.dataflow.internal.DataFlowImplForSerializability
1019
}

0 commit comments

Comments
 (0)