mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
feat: add initial tests for GoMicro
This commit is contained in:
@@ -0,0 +1 @@
|
||||
| main.go:14:46:14:48 | definition of req |
|
||||
@@ -0,0 +1,4 @@
|
||||
import go
|
||||
import semmle.go.frameworks.GoMicro
|
||||
|
||||
query predicate requests(DataFlow::ParameterNode node) { node instanceof GoMicro::Request }
|
||||
Reference in New Issue
Block a user