mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Merge pull request #14276 from tunnelshade/enable-gokit-by-default
Go: Enable GoKit module into the default list
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added `GoKit.qll` to `go.qll` enabling the GoKit framework by default
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import go
|
||||
import semmle.go.frameworks.GoKit
|
||||
import TestUtilities.InlineExpectationsTest
|
||||
|
||||
module UntrustedFlowSourceTest implements TestSig {
|
||||
|
||||
Reference in New Issue
Block a user