Skip to content

Commit

Permalink
C#: Add the capture content summary models query.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Sep 9, 2024
1 parent ac58ee7 commit fe206ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions csharp/ql/src/utils/modelgenerator/CaptureContentSummaryModels.ql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* @name Capture content based summary models.
* @description Finds applicable content based summary models to be used by other queries.
* @kind diagnostic
* @id cs/utils/modelgenerator/contentbased-summary-models
* @tags modelgenerator
*/

import internal.CaptureModels

from DataFlowSummaryTargetApi api, string flow
where flow = captureContentFlow(api)
select flow order by flow

0 comments on commit fe206ff

Please sign in to comment.