File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ build/testdb/go.dbscheme: ql/lib/upgrades/initial/go.dbscheme
135
135
136
136
.PHONY : sync-dataflow-libraries
137
137
sync-dataflow-libraries :
138
- for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll DataFlowImplConsistency.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll FlowSummaryImpl.qll AccessPathSyntax.qll; \
138
+ for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll FlowSummaryImpl.qll AccessPathSyntax.qll; \
139
139
do\
140
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
141
done
You can’t perform that action at this time.
0 commit comments