mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: Add metadata to the DataFlowConsistency.ql query.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* @name Data flow inconsistencies
|
||||||
|
* @description Lists the data flow inconsistencies in the database. This query is intended for internal use.
|
||||||
|
* @kind table
|
||||||
|
* @id rust/diagnostics/data-flow-consistency
|
||||||
|
*/
|
||||||
|
|
||||||
import codeql.rust.dataflow.DataFlow::DataFlow as DataFlow
|
import codeql.rust.dataflow.DataFlow::DataFlow as DataFlow
|
||||||
private import rust
|
private import rust
|
||||||
private import codeql.rust.dataflow.internal.DataFlowImpl
|
private import codeql.rust.dataflow.internal.DataFlowImpl
|
||||||
|
|||||||
Reference in New Issue
Block a user