Skip to content

Commit c2196a0

Browse files
committed
C#: Update the description of the telemetry queries.
1 parent bfb206c commit c2196a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

csharp/ql/src/Telemetry/SupportedExternalSinks.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Supported sinks in external libraries
3-
* @description A list of 3rd party APIs detected as sinks. Excludes test and generated code.
3+
* @description A list of 3rd party APIs detected as sinks. Excludes APIs exposed by test libraries.
44
* @kind metric
55
* @tags summary
66
* @id csharp/telemetry/supported-external-api-sinks

csharp/ql/src/Telemetry/SupportedExternalSources.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Supported sources in external libraries
3-
* @description A list of 3rd party APIs detected as sources. Excludes test and generated code.
3+
* @description A list of 3rd party APIs detected as sources. Excludes APIs exposed by test libraries.
44
* @kind metric
55
* @tags summary
66
* @id csharp/telemetry/supported-external-api-sources

csharp/ql/src/Telemetry/SupportedExternalTaint.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Supported flow steps in external libraries
3-
* @description A list of 3rd party APIs detected as flow steps. Excludes test and generated code.
3+
* @description A list of 3rd party APIs detected as flow steps. Excludes APIs exposed by test libraries.
44
* @kind metric
55
* @tags summary
66
* @id csharp/telemetry/supported-external-api-taint

csharp/ql/src/Telemetry/UnsupportedExternalAPIs.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Usage of unsupported APIs coming from external libraries
3-
* @description A list of 3rd party APIs used in the codebase. Excludes test and generated code.
3+
* @description A list of 3rd party APIs used in the codebase. Excludes APIs exposed by test libraries.
44
* @kind metric
55
* @tags summary
66
* @id csharp/telemetry/unsupported-external-api

0 commit comments

Comments
 (0)