Skip to content

Commit f480ab9

Browse files
authored
Merge pull request #8629 from michaelnebel/csharp/capturemodelmetadata
C#: Improve query meta data.
2 parents c139850 + 01e57e9 commit f480ab9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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-
* @id csharp/utils/model-generator/sink-models
4+
* @id cs/utils/model-generator/sink-models
55
*/
66

77
private import internal.CaptureModels

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Capture source models.
33
* @description Finds APIs that act as sources as they expose already known sources.
4-
* @id csharp/utils/model-generator/sink-models
4+
* @id cs/utils/model-generator/source-models
55
*/
66

77
private import internal.CaptureModels

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Capture summary models.
33
* @description Finds applicable summary models to be used by other queries.
4-
* @id csharp/utils/model-generator/summary-models
4+
* @id cs/utils/model-generator/summary-models
55
*/
66

77
private import internal.CaptureModels

0 commit comments

Comments
 (0)