C#: Add kind tag to Capture model queries.

This commit is contained in:
Michael Nebel
2022-04-04 11:00:58 +02:00
parent 25881d673e
commit 3466adaf8c
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
/**
* @name Capture sink models.
* @description Finds public methods that act as sinks as they flow into a a known sink.
* @kind diagnostic
* @id cs/utils/model-generator/sink-models
*/

View File

@@ -1,6 +1,7 @@
/**
* @name Capture source models.
* @description Finds APIs that act as sources as they expose already known sources.
* @kind diagnostic
* @id cs/utils/model-generator/source-models
*/

View File

@@ -1,6 +1,7 @@
/**
* @name Capture summary models.
* @description Finds applicable summary models to be used by other queries.
* @kind diagnostic
* @id cs/utils/model-generator/summary-models
*/