mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: add application-mode and framework-mode tags to extraction queries
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @kind problem
|
||||
* @severity info
|
||||
* @id java/ml/extract-automodel-application-candidates
|
||||
* @tags internal automodel extract candidates
|
||||
* @tags internal automodel extract candidates application-mode
|
||||
*/
|
||||
|
||||
private import AutomodelApplicationModeCharacteristics
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* @kind problem
|
||||
* @severity info
|
||||
* @id java/ml/extract-automodel-framework-candidates
|
||||
* @tags internal automodel extract candidates
|
||||
* @tags internal automodel extract candidates framework-mode
|
||||
*/
|
||||
|
||||
private import AutomodelFrameworkModeCharacteristics
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @kind problem
|
||||
* @severity info
|
||||
* @id java/ml/non-sink
|
||||
* @tags internal automodel extract examples negative
|
||||
* @tags internal automodel extract examples negative framework-mode
|
||||
*/
|
||||
|
||||
private import AutomodelFrameworkModeCharacteristics
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @kind problem
|
||||
* @severity info
|
||||
* @id java/ml/known-sink
|
||||
* @tags internal automodel extract examples positive
|
||||
* @tags internal automodel extract examples positive framework-mode
|
||||
*/
|
||||
|
||||
private import AutomodelFrameworkModeCharacteristics
|
||||
|
||||
Reference in New Issue
Block a user