From 4c67ef2b0bb23b9772125c07932b0ef37d2db4d0 Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Wed, 15 Sep 2021 05:34:44 -0700 Subject: [PATCH] Add FlowSummaryImpl to sync-dataflow-nodes target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17b7d982274..d60bf0de844 100644 --- a/Makefile +++ b/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