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

@@ -1,5 +1,5 @@
/**
* @id csharp/summary/framework-coverage
* @id cs/summary/framework-coverage
* @name Metrics of framework coverage
* @description Expose metrics for the number of API endpoints covered by CSV models.
* @kind metric

View File

@@ -2,7 +2,7 @@
* @name Extractor diagnostics
* @description This query is for internal use only and may change without notice.
* @kind table
* @id csharp/extractor-diagnostics
* @id cs/extractor-diagnostics
*/
import csharp

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

View File

@@ -4,7 +4,7 @@
* @kind problem
* @problem.severity recommendation
* @tags meta
* @id csharp/meta/unsupported-external-api
* @id cs/meta/unsupported-external-api
* @precision very-low
*/

View File

@@ -1,7 +1,7 @@
/**
* @name Capture discarded summary models.
* @description Finds summary models that are discarded as handwritten counterparts exist.
* @id csharp/utils/model-generator/discarded-summary-models
* @id cs/utils/model-generator/discarded-summary-models
*/
import semmle.code.csharp.dataflow.ExternalFlow

View File

@@ -1,7 +1,7 @@
/**
* @name Extract MaD neutral model rows.
* @description This extracts the Models as data neutral model rows.
* @id csharp/utils/modelconverter/generate-data-extensions-neutral
* @id cs/utils/modelconverter/generate-data-extensions-neutral
*/
import csharp