# File lib/brakeman/checks/check_sql.rb, line 546
  def check_interp_target_or_arg target, arg
    if string_interp? target or string_interp? arg
      check_string_arg target and
      check_string_arg arg
    end
  end