We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818f028 commit 1731d39Copy full SHA for 1731d39
go/Makefile
@@ -132,10 +132,3 @@ build/testdb/go.dbscheme: ql/lib/upgrades/initial/go.dbscheme
132
rm -rf build/testdb
133
echo >build/empty.trap
134
codeql dataset import -S ql/lib/upgrades/initial/go.dbscheme build/testdb build/empty.trap
135
-
136
-.PHONY: sync-dataflow-libraries
137
-sync-dataflow-libraries:
138
- for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll FlowSummaryImpl.qll AccessPathSyntax.qll;\
139
- do\
140
- curl -s -o ./ql/lib/semmle/go/dataflow/internal/$$f https://raw.githubusercontent.com/github/codeql/$(DATAFLOW_BRANCH)/java/ql/lib/semmle/code/java/dataflow/internal/$$f;\
141
- done
0 commit comments