Skip to content

Commit 5d356df

Browse files
committed
QLDoc fixes
1 parent 9651fa1 commit 5d356df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActiveResource.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ module ActiveResource {
4141
/** Gets the API node for this model */
4242
API::Node getModelApiNode() { result = model }
4343

44+
/** Gets a call to `site=`, which sets the base URL for this model. */
4445
SiteAssignCall getASiteAssignment() { result.getModelClass() = this }
4546

47+
/** Holds if `c` sets a base URL which does not use HTTPS. */
4648
predicate disablesCertificateValidation(SiteAssignCall c) {
4749
c = this.getASiteAssignment() and
4850
c.disablesCertificateValidation()

0 commit comments

Comments
 (0)