mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
Shared: Use the CaptureSummaryModels instead of CaptureMixedSummaryModels.
This commit is contained in:
@@ -157,7 +157,7 @@ Requirements: `codeql` should appear on your path.
|
||||
def makeContent(self):
|
||||
summaryAddsTo = {}
|
||||
if self.generateSummaries:
|
||||
summaryAddsTo = self.getAddsTo("CaptureMixedSummaryModels.ql", helpers.summaryModelPredicate)
|
||||
summaryAddsTo = self.getAddsTo("CaptureSummaryModels.ql", helpers.summaryModelPredicate)
|
||||
|
||||
sinkAddsTo = {}
|
||||
if self.generateSinks:
|
||||
|
||||
Reference in New Issue
Block a user