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 11/**
2- * Provides classes for performing local (intra-procedural) and
2+ * Provides modules for performing local (intra-procedural) and
33 * global (inter-procedural) taint-tracking analyses.
44 */
55
@@ -8,6 +8,9 @@ private import DataFlowImpl
88private import DataFlowParameter
99import TaintTrackingParameter
1010
11+ /**
12+ * Construct the modules for taint-tracking analyses.
13+ */
1114module TaintFlowMake<
1215 DataFlowParameter DataFlowLang, TaintTrackingParameter< DataFlowLang > TaintTrackingLang>
1316{
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+
15import DataFlowParameter
26
37signature module TaintTrackingParameter< DataFlowParameter Lang> {
You can’t perform that action at this time.
0 commit comments