mirror of
https://github.com/github/codeql.git
synced 2025-12-30 15:46:34 +01:00
15 lines
373 B
Plaintext
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
|