mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
C#: Rename query id's to be prefixed with cs instead of csharp.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user