Skip to content

Commit 3466ada

Browse files
committed
C#: Add kind tag to Capture model queries.
1 parent 25881d6 commit 3466ada

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

csharp/ql/src/utils/model-generator/CaptureSinkModels.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @name Capture sink models.
33
* @description Finds public methods that act as sinks as they flow into a a known sink.
4+
* @kind diagnostic
45
* @id cs/utils/model-generator/sink-models
56
*/
67

csharp/ql/src/utils/model-generator/CaptureSourceModels.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @name Capture source models.
33
* @description Finds APIs that act as sources as they expose already known sources.
4+
* @kind diagnostic
45
* @id cs/utils/model-generator/source-models
56
*/
67

csharp/ql/src/utils/model-generator/CaptureSummaryModels.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @name Capture summary models.
33
* @description Finds applicable summary models to be used by other queries.
4+
* @kind diagnostic
45
* @id cs/utils/model-generator/summary-models
56
*/
67

0 commit comments

Comments
 (0)