Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Ruby
codeql/ruby-all 4.1.6 (changelog, source)

Predicate insecureDependencyUrl

Holds if url is a string containing a URL that uses an insecure protocol. msg is the alert message that will be displayed to the user.

Import path

import codeql.ruby.security.InsecureDependencyQuery
predicate insecureDependencyUrl(Expr url, string msg)