mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
add internal tag to extraction queries; use 'ml' in query ids, instead of 'ml-powered'
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
* @description A query to extract automodel candidates.
|
||||
* @kind problem
|
||||
* @severity info
|
||||
* @id java/ml-powered/extract-automodel-candidates
|
||||
* @tags automodel extract candidates
|
||||
* @id java/ml/extract-automodel-candidates
|
||||
* @tags internal automodel extract candidates
|
||||
*/
|
||||
|
||||
import AutomodelEndpointCharacteristics
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* @name Negative examples (experimental)
|
||||
* @kind problem
|
||||
* @severity info
|
||||
* @id java/ml-powered/non-sink
|
||||
* @tags automodel extract examples negative
|
||||
* @id java/ml/non-sink
|
||||
* @tags internal automodel extract examples negative
|
||||
*/
|
||||
|
||||
import AutomodelEndpointCharacteristics
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* @name Positive examples (experimental)
|
||||
* @kind problem
|
||||
* @severity info
|
||||
* @id java/ml-powered/known-sink
|
||||
* @tags automodel extract examples positive
|
||||
* @id java/ml/known-sink
|
||||
* @tags internal automodel extract examples positive
|
||||
*/
|
||||
|
||||
private import java
|
||||
|
||||
Reference in New Issue
Block a user