mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user