File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
* @name External libraries
3
3
* @description A list of external libraries used in the code
4
4
* @kind metric
5
- * @metricType callable
5
+ * @tags summary
6
6
* @id java/telemetry/external-libs
7
7
*/
8
8
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Supported sinks in external libraries
3
3
* @description A list of 3rd party APIs detected as sinks. Excludes test and generated code.
4
- * @id java/telemetry/supported-external-api-sinks
5
4
* @kind metric
6
- * @metricType callable
5
+ * @tags summary
6
+ * @id java/telemetry/supported-external-api-sinks
7
7
*/
8
8
9
9
import java
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Supported sources in external libraries
3
3
* @description A list of 3rd party APIs detected as sources. Excludes test and generated code.
4
- * @id java/telemetry/supported-external-api-sources
5
4
* @kind metric
6
- * @metricType callable
5
+ * @tags summary
6
+ * @id java/telemetry/supported-external-api-sources
7
7
*/
8
8
9
9
import java
Original file line number Diff line number Diff line change 1
1
/**
2
- * @name Supported sinks in external libraries
3
- * @description A list of 3rd party APIs detected as sinks. Excludes test and generated code.
4
- * @id java/telemetry/supported-external-api-taint
2
+ * @name Supported flow steps in external libraries
3
+ * @description A list of 3rd party APIs detected as flow steps. Excludes test and generated code.
5
4
* @kind metric
6
- * @metricType callable
5
+ * @tags summary
6
+ * @id java/telemetry/supported-external-api-taint
7
7
*/
8
8
9
9
import java
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Usage of unsupported APIs coming from external libraries
3
3
* @description A list of 3rd party APIs used in the codebase. Excludes test and generated code.
4
- * @id java/telemetry/unsupported-external-api
5
4
* @kind metric
6
- * @metricType callable
5
+ * @tags summary
6
+ * @id java/telemetry/unsupported-external-api
7
7
*/
8
8
9
9
import java
You can’t perform that action at this time.
0 commit comments