Skip to content

Commit 91ebc0e

Browse files
committed
Rust: Add metadata to the DataFlowConsistency.ql query.
1 parent a645a9e commit 91ebc0e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rust/ql/consistency-queries/DataFlowConsistency.ql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @name Data flow inconsistencies
3+
* @description Lists the data flow inconsistencies in the database. This query is intended for internal use.
4+
* @kind table
5+
* @id rust/diagnostics/data-flow-consistency
6+
*/
7+
18
import codeql.rust.dataflow.DataFlow::DataFlow as DataFlow
29
private import rust
310
private import codeql.rust.dataflow.internal.DataFlowImpl

0 commit comments

Comments
 (0)