Merge pull request #9361 from michaelnebel/java/capturemodels-metadata

Java: Update capture models meta data.
This commit is contained in:
Michael Nebel
2022-05-30 13:22:09 +02:00
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
/**
* @name Capture sink models.
* @description Finds public methods that act as sinks as they flow into a a known sink.
* @kind diagnostic
* @id java/utils/model-generator/sink-models
* @tags model-generator
*/
private import internal.CaptureModels

View File

@@ -1,7 +1,9 @@
/**
* @name Capture source models.
* @description Finds APIs that act as sources as they expose already known sources.
* @id java/utils/model-generator/sink-models
* @kind diagnostic
* @id java/utils/model-generator/source-models
* @tags model-generator
*/
private import internal.CaptureModels

View File

@@ -1,7 +1,9 @@
/**
* @name Capture summary models.
* @description Finds applicable summary models to be used by other queries.
* @kind diagnostic
* @id java/utils/model-generator/summary-models
* @tags model-generator
*/
private import internal.CaptureModels