Skip to content

Commit f1644ad

Browse files
author
Stephan Brandauer
committed
add internal tag to extraction queries; use 'ml' in query ids, instead of 'ml-powered'
1 parent bb7e473 commit f1644ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

java/ql/src/Telemetry/AutomodelExtractCandidates.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* @description A query to extract automodel candidates.
99
* @kind problem
1010
* @severity info
11-
* @id java/ml-powered/extract-automodel-candidates
12-
* @tags automodel extract candidates
11+
* @id java/ml/extract-automodel-candidates
12+
* @tags internal automodel extract candidates
1313
*/
1414

1515
import AutomodelEndpointCharacteristics

java/ql/src/Telemetry/AutomodelExtractNegativeExamples.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* @name Negative examples (experimental)
55
* @kind problem
66
* @severity info
7-
* @id java/ml-powered/non-sink
8-
* @tags automodel extract examples negative
7+
* @id java/ml/non-sink
8+
* @tags internal automodel extract examples negative
99
*/
1010

1111
import AutomodelEndpointCharacteristics

java/ql/src/Telemetry/AutomodelExtractPositiveExamples.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* @name Positive examples (experimental)
55
* @kind problem
66
* @severity info
7-
* @id java/ml-powered/known-sink
8-
* @tags automodel extract examples positive
7+
* @id java/ml/known-sink
8+
* @tags internal automodel extract examples positive
99
*/
1010

1111
private import java

0 commit comments

Comments
 (0)