File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shared/dataflow/codeql/dataflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ module TaintFlowMake<
212212 * Constructs a global taint tracking computation that also allows a given
213213 * maximum number of speculative taint steps.
214214 */
215- module SpeculativeFlow < DataFlow:: ConfigSig Config, speculationLimitSig / 0 speculationLimit>
215+ module SpeculativeGlobal < DataFlow:: ConfigSig Config, speculationLimitSig / 0 speculationLimit>
216216 implements DataFlow:: GlobalFlowSig
217217 {
218218 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -237,7 +237,7 @@ module TaintFlowMake<
237237 * Constructs a global taint tracking computation using flow state that also
238238 * allows a given maximum number of speculative taint steps.
239239 */
240- module SpeculativeFlowWithState <
240+ module SpeculativeGlobalWithState <
241241 DataFlow:: StateConfigSig Config, speculationLimitSig / 0 speculationLimit> implements
242242 DataFlow:: GlobalFlowSig
243243 {
You can’t perform that action at this time.
0 commit comments