mirror of
https://github.com/github/codeql.git
synced 2026-04-03 22:28:15 +02:00
14 lines
393 B
Plaintext
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
|