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