mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
QLDoc fixes
This commit is contained in:
@@ -41,8 +41,10 @@ module ActiveResource {
|
||||
/** Gets the API node for this model */
|
||||
API::Node getModelApiNode() { result = model }
|
||||
|
||||
/** Gets a call to `site=`, which sets the base URL for this model. */
|
||||
SiteAssignCall getASiteAssignment() { result.getModelClass() = this }
|
||||
|
||||
/** Holds if `c` sets a base URL which does not use HTTPS. */
|
||||
predicate disablesCertificateValidation(SiteAssignCall c) {
|
||||
c = this.getASiteAssignment() and
|
||||
c.disablesCertificateValidation()
|
||||
|
||||
Reference in New Issue
Block a user