Skip to content

Commit 39bca2d

Browse files
authored
Merge pull request github#14276 from tunnelshade/enable-gokit-by-default
Go: Enable GoKit module into the default list
2 parents d56a9f0 + 0ef83b3 commit 39bca2d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Added `GoKit.qll` to `go.qll` enabling the GoKit framework by default

go/ql/lib/go.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import semmle.go.frameworks.Encoding
4242
import semmle.go.frameworks.Fiber
4343
import semmle.go.frameworks.Gin
4444
import semmle.go.frameworks.Glog
45+
import semmle.go.frameworks.GoKit
4546
import semmle.go.frameworks.GoMicro
4647
import semmle.go.frameworks.GoRestfulHttp
4748
import semmle.go.frameworks.Gqlgen

go/ql/lib/semmle/go/frameworks/GoKit.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/**
22
* Provides classes for working with concepts relating to the [github.com/go-kit/kit](https://pkg.go.dev/github.com/go-kit/kit) package.
3-
*
4-
* Note that these models are not included by default; to include them, add `import semmle.go.frameworks.GoKit` to your query or to
5-
* `Customizations.qll`.
63
*/
74

85
import go

go/ql/test/library-tests/semmle/go/frameworks/GoKit/untrustedflowsource.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import go
2-
import semmle.go.frameworks.GoKit
32
import TestUtilities.InlineExpectationsTest
43

54
module UntrustedFlowSourceTest implements TestSig {

0 commit comments

Comments
 (0)