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 2530641 commit ceef976Copy full SHA for ceef976
ql/lib/codeql/ruby/frameworks/http_clients/Httparty.qll
@@ -43,7 +43,7 @@ class HttpartyRequest extends HTTP::Client::Request::Range {
43
override predicate disablesCertificateValidation(DataFlow::Node disablingNode) {
44
// The various request methods take an options hash as their second
45
// argument, and we're looking for `{ verify: false }` or
46
- // `{ verify_peer: // false }`.
+ // `{ verify_peer: false }`.
47
exists(DataFlow::Node arg, int i |
48
i > 0 and arg.asExpr().getExpr() = requestUse.asExpr().getExpr().(MethodCall).getArgument(i)
49
|
0 commit comments