File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
csharp/ql/src/utils/model-generator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Capture sink models.
3
3
* @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
5
5
*/
6
6
7
7
private import internal.CaptureModels
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Capture source models.
3
3
* @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/sink-models
5
5
*/
6
6
7
7
private import internal.CaptureModels
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Capture summary models.
3
3
* @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
5
5
*/
6
6
7
7
private import internal.CaptureModels
You can’t perform that action at this time.
0 commit comments