File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
csharp/ql/src/utils/model-generator Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments