Skip to content

Commit ceef976

Browse files
nickrolfealexrford
andauthored
Fix comment typo
Co-authored-by: Alex Ford <[email protected]>
1 parent 2530641 commit ceef976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/codeql/ruby/frameworks/http_clients/Httparty.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class HttpartyRequest extends HTTP::Client::Request::Range {
4343
override predicate disablesCertificateValidation(DataFlow::Node disablingNode) {
4444
// The various request methods take an options hash as their second
4545
// argument, and we're looking for `{ verify: false }` or
46-
// `{ verify_peer: // false }`.
46+
// `{ verify_peer: false }`.
4747
exists(DataFlow::Node arg, int i |
4848
i > 0 and arg.asExpr().getExpr() = requestUse.asExpr().getExpr().(MethodCall).getArgument(i)
4949
|

0 commit comments

Comments
 (0)