# File lib/brakeman/checks/check_regex_dos.rb, line 59
  def process_call(exp)
    if escape_methods = ESCAPES[exp.target]
      if escape_methods.include? exp.method
        return exp
      end
    end

    super
  end