@@ -56,7 +56,7 @@ module TaintFlowMake<
5656 private import MakeImpl< Location , DataFlowLang > as DataFlowInternal
5757 private import MakeImplStage1< Location , DataFlowLang > as DataFlowInternalStage1
5858
59- private module AddTaintDefaults < DataFlowInternal:: FullStateConfigSig Config> implements
59+ private module MakeAddTaintDefaultsConfig < DataFlowInternal:: FullStateConfigSig Config> implements
6060 DataFlowInternal:: FullStateConfigSig
6161 {
6262 import Config
@@ -98,15 +98,15 @@ module TaintFlowMake<
9898 }
9999 }
100100
101- private module C implements DataFlowInternal:: FullStateConfigSig {
102- import AddTaintDefaults < Config0 >
101+ private module AddTaintDefaultsConfig implements DataFlowInternal:: FullStateConfigSig {
102+ import MakeAddTaintDefaultsConfig < Config0 >
103103 }
104104
105- private module Stage1 = DataFlowInternalStage1:: ImplStage1< C > ;
105+ private module Stage1 = DataFlowInternalStage1:: ImplStage1< AddTaintDefaultsConfig > ;
106106
107107 import Stage1:: PartialFlow
108108
109- private module Flow = DataFlowInternal:: Impl< C , Stage1:: Stage1NoState > ;
109+ private module Flow = DataFlowInternal:: Impl< AddTaintDefaultsConfig , Stage1:: Stage1NoState > ;
110110
111111 import Flow
112112 }
@@ -132,15 +132,15 @@ module TaintFlowMake<
132132 }
133133 }
134134
135- private module C implements DataFlowInternal:: FullStateConfigSig {
136- import AddTaintDefaults < Config0 >
135+ private module AddTaintDefaultsConfig implements DataFlowInternal:: FullStateConfigSig {
136+ import MakeAddTaintDefaultsConfig < Config0 >
137137 }
138138
139- private module Stage1 = DataFlowInternalStage1:: ImplStage1< C > ;
139+ private module Stage1 = DataFlowInternalStage1:: ImplStage1< AddTaintDefaultsConfig > ;
140140
141141 import Stage1:: PartialFlow
142142
143- private module Flow = DataFlowInternal:: Impl< C , Stage1:: Stage1WithState > ;
143+ private module Flow = DataFlowInternal:: Impl< AddTaintDefaultsConfig , Stage1:: Stage1WithState > ;
144144
145145 import Flow
146146 }
@@ -234,15 +234,15 @@ module TaintFlowMake<
234234 }
235235 }
236236
237- private module C implements DataFlowInternal:: FullStateConfigSig {
238- import AddTaintDefaults < AddSpeculativeTaintSteps< Config0 , speculationLimit / 0 > >
237+ private module AddTaintDefaultsConfig implements DataFlowInternal:: FullStateConfigSig {
238+ import MakeAddTaintDefaultsConfig < AddSpeculativeTaintSteps< Config0 , speculationLimit / 0 > >
239239 }
240240
241- private module Stage1 = DataFlowInternalStage1:: ImplStage1< C > ;
241+ private module Stage1 = DataFlowInternalStage1:: ImplStage1< AddTaintDefaultsConfig > ;
242242
243243 import Stage1:: PartialFlow
244244
245- private module Flow = DataFlowInternal:: Impl< C , Stage1:: Stage1WithState > ;
245+ private module Flow = DataFlowInternal:: Impl< AddTaintDefaultsConfig , Stage1:: Stage1WithState > ;
246246
247247 import Flow
248248 }
@@ -272,15 +272,15 @@ module TaintFlowMake<
272272 }
273273 }
274274
275- private module C implements DataFlowInternal:: FullStateConfigSig {
276- import AddTaintDefaults < AddSpeculativeTaintSteps< Config0 , speculationLimit / 0 > >
275+ private module AddTaintDefaultsConfig implements DataFlowInternal:: FullStateConfigSig {
276+ import MakeAddTaintDefaultsConfig < AddSpeculativeTaintSteps< Config0 , speculationLimit / 0 > >
277277 }
278278
279- private module Stage1 = DataFlowInternalStage1:: ImplStage1< C > ;
279+ private module Stage1 = DataFlowInternalStage1:: ImplStage1< AddTaintDefaultsConfig > ;
280280
281281 import Stage1:: PartialFlow
282282
283- private module Flow = DataFlowInternal:: Impl< C , Stage1:: Stage1WithState > ;
283+ private module Flow = DataFlowInternal:: Impl< AddTaintDefaultsConfig , Stage1:: Stage1WithState > ;
284284
285285 import Flow
286286 }
0 commit comments