Files
codeql/java/ql/src/utils/modelgenerator/CaptureSummaryModels.ql
2023-01-11 13:13:33 +01:00

15 lines
373 B
Plaintext

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