Merge pull request #14276 from tunnelshade/enable-gokit-by-default

Go: Enable GoKit module into the default list
This commit is contained in:
Owen Mansel-Chan
2023-10-15 21:44:27 +01:00
committed by GitHub
4 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added `GoKit.qll` to `go.qll` enabling the GoKit framework by default

View File

@@ -42,6 +42,7 @@ import semmle.go.frameworks.Encoding
import semmle.go.frameworks.Fiber
import semmle.go.frameworks.Gin
import semmle.go.frameworks.Glog
import semmle.go.frameworks.GoKit
import semmle.go.frameworks.GoMicro
import semmle.go.frameworks.GoRestfulHttp
import semmle.go.frameworks.Gqlgen

View File

@@ -1,8 +1,5 @@
/**
* Provides classes for working with concepts relating to the [github.com/go-kit/kit](https://pkg.go.dev/github.com/go-kit/kit) package.
*
* Note that these models are not included by default; to include them, add `import semmle.go.frameworks.GoKit` to your query or to
* `Customizations.qll`.
*/
import go

View File

@@ -1,5 +1,4 @@
import go
import semmle.go.frameworks.GoKit
import TestUtilities.InlineExpectationsTest
module UntrustedFlowSourceTest implements TestSig {