зеркало из https://github.com/github/codeql-go.git
Add FlowSummaryImpl to sync-dataflow-nodes target
This commit is contained in:
Родитель
459f4d18a8
Коммит
4c67ef2b0b
2
Makefile
2
Makefile
|
@ -136,7 +136,7 @@ build/testdb/go.dbscheme: upgrades/initial/go.dbscheme
|
|||
|
||||
.PHONY: sync-dataflow-libraries
|
||||
sync-dataflow-libraries:
|
||||
for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll;\
|
||||
for f in DataFlowImpl.qll DataFlowImpl2.qll DataFlowImplCommon.qll tainttracking1/TaintTrackingImpl.qll tainttracking2/TaintTrackingImpl.qll FlowSummaryImpl.qll;\
|
||||
do\
|
||||
curl -s -o ./ql/src/semmle/go/dataflow/internal/$$f https://raw.githubusercontent.com/github/codeql/$(DATAFLOW_BRANCH)/java/ql/lib/semmle/code/java/dataflow/internal/$$f;\
|
||||
done
|
||||
|
|
Загрузка…
Ссылка в новой задаче