feat: add initial tests for GoMicro

This commit is contained in:
Mathew Payne
2023-06-29 18:28:45 +01:00
parent 14eda73f85
commit 08a68b5330
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
| main.go:14:46:14:48 | definition of req |

View File

@@ -0,0 +1,4 @@
import go
import semmle.go.frameworks.GoMicro
query predicate requests(DataFlow::ParameterNode node) { node instanceof GoMicro::Request }