We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a151a commit 4d6b35fCopy full SHA for 4d6b35f
go/ql/test/library-tests/semmle/go/frameworks/Twirp/client/main.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func main() {
12
- client := notes.NewNotesServiceProtobufClient("http://localhost:8000", &http.Client{}) // test: ssrfSink
+ client := notes.NewNotesServiceProtobufClient("http://localhost:8000", &http.Client{}) // test: ssrfSink
13
14
ctx := context.Background()
15
0 commit comments