mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
C#: Improve query meta data.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name Capture sink models.
|
||||
* @description Finds public methods that act as sinks as they flow into a a known sink.
|
||||
* @id csharp/utils/model-generator/sink-models
|
||||
* @id cs/utils/model-generator/sink-models
|
||||
*/
|
||||
|
||||
private import internal.CaptureModels
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name Capture source models.
|
||||
* @description Finds APIs that act as sources as they expose already known sources.
|
||||
* @id csharp/utils/model-generator/sink-models
|
||||
* @id cs/utils/model-generator/sink-models
|
||||
*/
|
||||
|
||||
private import internal.CaptureModels
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @name Capture summary models.
|
||||
* @description Finds applicable summary models to be used by other queries.
|
||||
* @id csharp/utils/model-generator/summary-models
|
||||
* @id cs/utils/model-generator/summary-models
|
||||
*/
|
||||
|
||||
private import internal.CaptureModels
|
||||
|
||||
Reference in New Issue
Block a user