Skip to content

Commit 9661ee4

Browse files
committed
Fix compilation of DataFlowImplConsistency.qll
1 parent 16e9e8e commit 9661ee4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go/ql/lib/semmle/go/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
*/
55

66
private import go
7-
private import DataFlowImplSpecific
7+
private import DataFlowImplSpecific as Impl
88
private import TaintTrackingImplSpecific
99
private import codeql.dataflow.internal.DataFlowImplConsistency
1010
private import semmle.go.dataflow.internal.DataFlowNodes
1111

12-
private module Input implements InputSig<Location, GoDataFlow> { }
12+
private module Input implements InputSig<Location, Impl::GoDataFlow> { }
1313

14-
module Consistency = MakeConsistency<Location, GoDataFlow, GoTaintTracking, Input>;
14+
module Consistency = MakeConsistency<Location, Impl::GoDataFlow, GoTaintTracking, Input>;

0 commit comments

Comments
 (0)