Java: Tag telemetry queries with telemetry

This will exclude the results of these queries from the summary tables
produced by `codeql database analyze` in a future version of the CodeQL
CLI.
This commit is contained in:
Henry Mercer
2022-05-11 13:29:25 +01:00
parent 9a4d86e9b4
commit b6f1ddcdab
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
* @name External libraries
* @description A list of external libraries used in the code
* @kind metric
* @tags summary
* @tags summary telemetry
* @id java/telemetry/external-libs
*/

View File

@@ -2,7 +2,7 @@
* @name Supported sinks in external libraries
* @description A list of 3rd party APIs detected as sinks. Excludes test and generated code.
* @kind metric
* @tags summary
* @tags summary telemetry
* @id java/telemetry/supported-external-api-sinks
*/

View File

@@ -2,7 +2,7 @@
* @name Supported sources in external libraries
* @description A list of 3rd party APIs detected as sources. Excludes test and generated code.
* @kind metric
* @tags summary
* @tags summary telemetry
* @id java/telemetry/supported-external-api-sources
*/

View File

@@ -2,7 +2,7 @@
* @name Supported flow steps in external libraries
* @description A list of 3rd party APIs detected as flow steps. Excludes test and generated code.
* @kind metric
* @tags summary
* @tags summary telemetry
* @id java/telemetry/supported-external-api-taint
*/

View File

@@ -2,7 +2,7 @@
* @name Usage of unsupported APIs coming from external libraries
* @description A list of 3rd party APIs used in the codebase. Excludes test and generated code.
* @kind metric
* @tags summary
* @tags summary telemetry
* @id java/telemetry/unsupported-external-api
*/