Files
codeql/java/ql/src/utils/modelgenerator/CaptureContentSummaryModels.ql
2024-09-03 12:58:01 +02:00

14 lines
393 B
Plaintext

/**
* @name Capture content based summary models.
* @description Finds applicable content based summary models to be used by other queries.
* @kind diagnostic
* @id java/utils/modelgenerator/contentbased-summary-models
* @tags modelgenerator
*/
import internal.CaptureModels
from DataFlowSummaryTargetApi api, string flow
where flow = captureContentFlow(api)
select flow order by flow