Re: Secure "where in(a,b,c)" clause.

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Secure "where in(a,b,c)" clause.
Дата
Msg-id 396486430804031024l688f0133x943e137dcce6fb10@mail.gmail.com
обсуждение исходный текст
Ответ на Secure "where in(a,b,c)" clause.  ("William Temperley" <willtemperley@gmail.com>)
Список pgsql-general
On Thu, Apr 3, 2008 at 9:50 AM, William Temperley
<willtemperley@gmail.com> wrote:
> Hi All
>
> I hope this isn't a FAQ, but does anyone have any suggestions as to
> how to make a query that selects using:
>  "where in(<comma delimited list>)"
> secure from an sql injection point of view?

I have an idea, but I can't comment if it is a good idea since I
haven't tried it.

Maybe you can create a temp table for each user, insert the values you
want into the table, and lastly perform a join on your foo table with
the user's temp table.  This hopefully would leave anything open for
injection.

When you are done just drop the temp table.

--
Regards,
Richard Broersma Jr.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Rodrigo E. De León Plicet"
Дата:
Сообщение: Re: Secure "where in(a,b,c)" clause.
Следующее
От: Adam Rich
Дата:
Сообщение: Re: Secure "where in(a,b,c)" clause.