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 4b1626c commit 5a1c0f6Copy full SHA for 5a1c0f6
ruby/ql/lib/codeql/ruby/frameworks/http_clients/Typhoeus.qll
@@ -91,7 +91,7 @@ private API::Node getResponseFromRequest(API::Node requestNode) {
91
]
92
}
93
94
-/** Gets the body from the given `responseNode` representing a Typhoeus request */
+/** Gets the body from the given `responseNode` representing a Typhoeus response */
95
private DataFlow::Node getBodyFromResponse(API::Node responseNode) {
96
result = responseNode.getAMethodCall(["body", "response_body"])
97
0 commit comments