File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
shared/dataflow/codeql/dataflow Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Provides classes for performing local (intra-procedural) and
2
+ * Provides modules for performing local (intra-procedural) and
3
3
* global (inter-procedural) taint-tracking analyses.
4
4
*/
5
5
@@ -8,6 +8,9 @@ private import DataFlowImpl
8
8
private import DataFlowParameter
9
9
import TaintTrackingParameter
10
10
11
+ /**
12
+ * Construct the modules for taint-tracking analyses.
13
+ */
11
14
module TaintFlowMake<
12
15
DataFlowParameter DataFlowLang, TaintTrackingParameter< DataFlowLang > TaintTrackingLang>
13
16
{
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides the signature for the language-specific parts of the taint-tracking analyses.
3
+ */
4
+
1
5
import DataFlowParameter
2
6
3
7
signature module TaintTrackingParameter< DataFlowParameter Lang> {
You can’t perform that action at this time.
0 commit comments