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 70efada commit f933d24Copy full SHA for f933d24
ruby/ql/lib/codeql/ruby/frameworks/http_clients/Excon.qll
@@ -49,7 +49,7 @@ class ExconHttpRequest extends HTTP::Client::Request::Range {
49
override DataFlow::Node getURL() {
50
// For one-off requests, the URL is in the first argument of the request method call.
51
// For connection re-use, the URL is split between the first argument of the `new` call
52
- // the `path` keyword argument of the request method call.
+ // and the `path` keyword argument of the request method call.
53
result = requestUse.getArgument(0) and not result.asExpr().getExpr() instanceof Pair
54
or
55
result = requestUse.getKeywordArgument("path")
0 commit comments