Skip to content

Commit a3cecd1

Browse files
committed
Add consistency query
This can be run on an existing database to check for any assumptions of the data flow library which do not hold.
1 parent 67601b5 commit a3cecd1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import semmle.go.dataflow.internal.DataFlowImplConsistency::Consistency

go/ql/consistency-queries/qlpack.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: codeql-go-consistency-queries
2+
version: 0.0.0
3+
groups:
4+
- go
5+
- queries
6+
extractor: go
7+
dependencies:
8+
codeql/go-all: ${workspace}
9+
warnOnImplicitThis: true

0 commit comments

Comments
 (0)