C#: Rename query id's to be prefixed with cs instead of csharp.

This commit is contained in:
Michael Nebel
2023-01-03 15:13:54 +01:00
parent dcd0be04c4
commit bfe5a0c438
11 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
* @description A list of external libraries used in the code given by their namespace.
* @kind metric
* @tags summary telemetry
* @id csharp/telemetry/external-libs
* @id cs/telemetry/external-libs
*/
private import csharp

View File

@@ -3,7 +3,7 @@
* @description A list of supported 3rd party APIs used in the codebase. Excludes APIs exposed by test libraries.
* @kind metric
* @tags summary telemetry
* @id csharp/telemetry/supported-external-api
* @id cs/telemetry/supported-external-api
*/
private import csharp

View File

@@ -3,7 +3,7 @@
* @description A list of 3rd party APIs detected as sinks. Excludes APIs exposed by test libraries.
* @kind metric
* @tags summary telemetry
* @id csharp/telemetry/supported-external-api-sinks
* @id cs/telemetry/supported-external-api-sinks
*/
private import csharp

View File

@@ -3,7 +3,7 @@
* @description A list of 3rd party APIs detected as sources. Excludes APIs exposed by test libraries.
* @kind metric
* @tags summary telemetry
* @id csharp/telemetry/supported-external-api-sources
* @id cs/telemetry/supported-external-api-sources
*/
private import csharp

View File

@@ -3,7 +3,7 @@
* @description A list of 3rd party APIs detected as flow steps. Excludes APIs exposed by test libraries.
* @kind metric
* @tags summary telemetry
* @id csharp/telemetry/supported-external-api-taint
* @id cs/telemetry/supported-external-api-taint
*/
private import csharp

View File

@@ -3,7 +3,7 @@
* @description A list of 3rd party APIs used in the codebase. Excludes APIs exposed by test libraries.
* @kind metric
* @tags summary telemetry
* @id csharp/telemetry/unsupported-external-api
* @id cs/telemetry/unsupported-external-api
*/
private import csharp