mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #20053 from owen-mc/go/fix-dataflowconsistency
Go: Fix compilation of DataFlowImplConsistency.qll
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
*/
|
||||
|
||||
private import go
|
||||
private import DataFlowImplSpecific
|
||||
private import DataFlowImplSpecific as Impl
|
||||
private import TaintTrackingImplSpecific
|
||||
private import codeql.dataflow.internal.DataFlowImplConsistency
|
||||
private import semmle.go.dataflow.internal.DataFlowNodes
|
||||
|
||||
private module Input implements InputSig<Location, GoDataFlow> { }
|
||||
private module Input implements InputSig<Location, Impl::GoDataFlow> { }
|
||||
|
||||
module Consistency = MakeConsistency<Location, GoDataFlow, GoTaintTracking, Input>;
|
||||
module Consistency = MakeConsistency<Location, Impl::GoDataFlow, GoTaintTracking, Input>;
|
||||
|
||||
Reference in New Issue
Block a user