Skip to content

Commit 10cd649

Browse files
author
Alvaro Muñoz
committed
address code review feedback
1 parent 69efddb commit 10cd649

File tree

2 files changed

+26
-1
lines changed
  • go/ql/test/library-tests/semmle/go/frameworks/gqlgen/vendor/github.com/99designs/gqlgen/graphql
  • python/ql/lib/semmle/python/frameworks

2 files changed

+26
-1
lines changed

go/ql/test/library-tests/semmle/go/frameworks/gqlgen/vendor/github.com/99designs/gqlgen/graphql/stub.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/ql/lib/semmle/python/frameworks/Aiohttp.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ private module AiohttpClientModel {
719719
override DataFlow::Node getAUrlPart() {
720720
result = this.getArgByName("url")
721721
or
722-
not methodName = "request" and
722+
methodName in [Http::httpVerbLower(), "ws_connect"] and
723723
result = this.getArg(0)
724724
or
725725
methodName = "request" and

0 commit comments

Comments
 (0)