Shared: Use the CaptureSummaryModels instead of CaptureMixedSummaryModels.

This commit is contained in:
Michael Nebel
2025-04-15 13:13:22 +02:00
parent fa5162fb13
commit ae70c76a07

View File

@@ -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: