CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Predicate UrlRedirect::hashTaintedMethod

These Hash methods preserve taint because they return a new hash which may still contain keys with user input. TODO: flesh this out to cover the whole API.

Import path

import codeql.ruby.security.UrlRedirectCustomizations
predicate hashTaintedMethod(MethodCall m)