mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Java: Initial implementation of content based model generation.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @name Capture field based summary models.
|
||||
* @description Finds applicable field based summary models to be used by other queries.
|
||||
* @kind diagnostic
|
||||
* @id java/utils/modelgenerator/fieldbased-summary-models
|
||||
* @tags modelgenerator
|
||||
*/
|
||||
|
||||
import internal.CaptureModels
|
||||
|
||||
from DataFlowSummaryTargetApi api, string flow
|
||||
where flow = captureContentFlow(api)
|
||||
select flow order by flow
|
||||
Reference in New Issue
Block a user